Skip to content

Web-based AI chatbot built using React and Vite. It connects to the GROQ API to provide real-time conversational responses.

Notifications You must be signed in to change notification settings

UtkarshJi/AI_ChatBot

Repository files navigation

Note: THIS BOT IS STILL UNDER DEVELOPMENT

CheemAI 🤖💬

CheemAI is a web-based AI chatbot built using React and Vite. It connects to the GROQ API to provide real-time conversational responses.

🚀 Features

  • Chat interface with user input and AI-generated responses
  • Responsive and clean UI
  • Environment variables for secure API integration
  • Deployed on Vercel

🌐 Live Demo

👉 AI ChatBOT

🛠️ Tech Stack

  • React + Vite
  • Tailwind CSS
  • GROQ API
  • Vercel (for deployment)

📦 Getting Started

  1. Clone the repo:
    git clone https://github.com/UtkarshJi/AI_ChatBot.git
    cd AI_ChatBot
    
  2. Install dependencies:
    npm install
    
  3. Create a .env file and add your API key:
    VITE_API_KEY=your_groq_api_key_here
    
  4. Start the development server:
    npm run dev
    

⚙️ Deployment

This project is deployed using Vercel. To deploy your own version:

  • Push your code to GitHub.
  • Go to vercel.com and import the GitHub repository.
  • Add your VITE_API_KEY in the Environment Variables section.
  • Deploy and enjoy!

📄 License

This project is open-source and available under the MIT License.

About

Web-based AI chatbot built using React and Vite. It connects to the GROQ API to provide real-time conversational responses.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published