Skip to content

"MANTRIX is a smart AI-powered chatbot for the web that can chat with you in both English and Hindi. It even lets you upload images so the AI can analyze them and give you instant insights." Click on the link below to see the output.

Notifications You must be signed in to change notification settings

Abhi11ch/ChatBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ€– MANTRIX Chatbot

MANTRIX is an AI-powered web chatbot that supports both English and Hindi conversations and allows users to upload images for AI analysis. Built using HTML, CSS, and JavaScript, it integrates Google Gemini API to deliver smart, natural replies and interpret uploaded visuals.


πŸš€ Features

  • 🌐 Multilingual chat (English + Hindi)
  • πŸ–Ό Image upload with AI-based description
  • πŸ€– Powered by Google Gemini (gemini-2.0-flash)
  • πŸ’¬ Real-time chat interface with loading animation
  • πŸ“± Mobile responsive design
  • πŸ”„ Auto scroll and smooth UX

🧠 Tech Stack

  • Frontend: HTML5, CSS3, JavaScript
  • AI Engine: Google Gemini API (v1beta)
  • Image Handling: FileReader + Base64 encoding
  • Communication: Fetch API for API calls

πŸ“ Folder Structure

πŸ“¦ MANTRIX-Chatbot β”œβ”€β”€ index.html # Main chatbot interface β”œβ”€β”€ index1.html # Link page with references β”œβ”€β”€ script.js # Core chatbot logic β”œβ”€β”€ style.css # (Optional) Stylesheet β”œβ”€β”€ ai.png # AI avatar β”œβ”€β”€ user.png # User avatar β”œβ”€β”€ img.svg # Upload button icon β”œβ”€β”€ submit.svg # Submit button icon └── loading.webp # Loading animation

πŸ”§ How It Works

  1. User types a message or uploads an image.
  2. JavaScript captures the input.
  3. If an image is uploaded, it is converted to Base64.
  4. Message and image (if any) are sent to Gemini API.
  5. The API returns a smart response, shown in the chat.
  6. Chat auto-scrolls to show the latest conversation.

About

"MANTRIX is a smart AI-powered chatbot for the web that can chat with you in both English and Hindi. It even lets you upload images so the AI can analyze them and give you instant insights." Click on the link below to see the output.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published