https://github.com/sarthak576/deepthink
DeepThink - AI Chat-bot ๐๐ป
https://github.com/sarthak576/deepthink
api chatbot deepthink google-ai-studio ollama-api postman
Last synced: 3 months ago
JSON representation
DeepThink - AI Chat-bot ๐๐ป
- Host: GitHub
- URL: https://github.com/sarthak576/deepthink
- Owner: sarthak576
- Created: 2025-02-25T12:14:56.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-05-14T19:19:38.000Z (5 months ago)
- Last Synced: 2025-07-05T07:07:01.195Z (3 months ago)
- Topics: api, chatbot, deepthink, google-ai-studio, ollama-api, postman
- Language: JavaScript
- Homepage: https://deepthinkio.netlify.app/
- Size: 21.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ๐ง DeepThink โ AI Chatbot
> A smart, glowing AI chatbot that *thinks deep so you donโt have to.*
๐ [Live Demo](https://deepthinkio.netlify.app)---
## โจ About the Project
**DeepThink** is a responsive, glowing single-page AI chatbot built with the MERN stack and integrated with Googleโs Gemini API.
It is designed for minimal distraction, smooth animations, and intuitive interactions.> Type a question. Hit Enter. Let DeepThink do the magic. ๐ฎ
---
## ๐ Features
- ๐ง Natural Language Understanding via Gemini 1.5 API
- ๐ Smooth glowing animations & modern dark UI
- โก Real-time loading animation with Lottie
- ๐ฌ Markdown rendering support
- โจ๏ธ Enter key submission (Shift+Enter for new line)
- ๐ Fully responsive design---
## ๐ Tech Stack
- **Frontend:** React.js + MUI (Material UI)
- **Backend API:** Gemini 1.5 Flash (via Google Generative Language API)
- **Styling:** CSS3 with glowing animations
- **Others:** Axios, ReactMarkdown, Lottie Files---
## ๐งโ๐ป Getting Started
```bash
# 1. Clone the repo
git clone https://github.com/sarthak576/DeepThink.git# 2. Navigate into the folder
cd Deepthink# 3. Install dependencies
npm install# 4. Start the development server
npm run dev