Skip to content

dhruvil0203/MindSpark_AI_Chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MindSpark 🤖✨

MindSpark is an AI-powered chatbot built with Next.js and Gemini AI, deployed on Vercel. Chat with AI effortlessly and explore intelligent conversations!

🚀 Features

  • 🤖 Conversational AI powered by Google Gemini
  • 🌐 Hosted on Vercel
  • 🎨 Clean and responsive UI
  • Easy to extend and customize

🛠️ Tech Stack

  • 💻 Next.js – React framework
  • 🧠 Google Gemini API – AI model for conversations
  • 🌐 Vercel – Hosting

🔧 Setup & Installation

  1. Clone the repository

    git clone https://github.com/dhruvil0203/Ai_Chatbot.git
    cd mindspark
  2. Install dependencies

    npm install
    # or
    yarn install
  3. Set up environment variables Create a .env.local file in the root of your project and add your Gemini API key:

    GEMINI_API_KEY=your_api_key_here
  4. Run the development server

    npm run dev

    Open 🌐 http://localhost:3000 in your browser.

📌 Future Improvements

  • 💬 Add support for multiple chat sessions
  • 🗂️ Persistent conversation history
  • 🎨 More UI customization options

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors