An open API service indexing awesome lists of open source software.

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 ๐Ÿ‘‡๐Ÿป

Awesome Lists containing this project

README

          

# ๐Ÿง  DeepThink โ€“ AI Chatbot
> A smart, glowing AI chatbot that *thinks deep so you donโ€™t have to.*

![DeepThink Logo](https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExcmRhOXoxcWY2dHhlMGh5aWIxYWk5NnN3bnR1NWtxeXBmYjMxaXNzeCZlcD12MV9naWZzX3NlYXJjaCZjdD1n/VbnUQpnihPSIgIXuZv/giphy.gif)
๐Ÿ”— [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