Skip to content

srivastava-diya/AI-CHATBOT

Repository files navigation

AI Chatbot

A modern AI chatbot.

Live Demo: ai-chatbot-eight-omega-62.vercel.app

🛠 Tech Stack

Frontend: React + Vite

AI Model: Gemini API (Google Generative AI)

UI Kit: ChatScope UI Kit

Deployment: Vercel

📦 Setup Instructions

  1. Clone the Repository
    git clone https://github.com/your-username/your-repo-name.git
    cd your-repo-name
    
    
  2. Install Dependencies
    npm install
    
    
  3. Set Up Environment Variables Create a .env file in the root directory and add your Gemini API key. Make sure you have access to Google AI Studio to generate your Gemini API key.
    VITE_GEMINI_API_KEY=your_gemini_api_key_here
    
    
  4. Run the Development Server
    npm run dev
    
    
    

Releases

No releases published

Packages

No packages published