Note: THIS BOT IS STILL UNDER DEVELOPMENT
CheemAI is a web-based AI chatbot built using React and Vite. It connects to the GROQ API to provide real-time conversational responses.
- Chat interface with user input and AI-generated responses
- Responsive and clean UI
- Environment variables for secure API integration
- Deployed on Vercel
- React + Vite
- Tailwind CSS
- GROQ API
- Vercel (for deployment)
- Clone the repo:
git clone https://github.com/UtkarshJi/AI_ChatBot.git cd AI_ChatBot - Install dependencies:
npm install
- Create a .env file and add your API key:
VITE_API_KEY=your_groq_api_key_here
- Start the development server:
npm run dev
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!
This project is open-source and available under the MIT License.