https://github.com/souravupadhyay7/morvs_chat_bot
🤖 MORVS AI - An intelligent chat interface powered by Groq's LLaMA 3 model with PDF processing capabilities. Built with Next.js, React, TypeScript, and modern UI components.
https://github.com/souravupadhyay7/morvs_chat_bot
ai-assistant ai-chatbot chat-interface conversational-ai cyberpunk-ui framer-motion groq nextjs pdf-parser pdf-processing real-time-chat shadcn-ui tailwindcss typescript
Last synced: about 2 months ago
JSON representation
🤖 MORVS AI - An intelligent chat interface powered by Groq's LLaMA 3 model with PDF processing capabilities. Built with Next.js, React, TypeScript, and modern UI components.
- Host: GitHub
- URL: https://github.com/souravupadhyay7/morvs_chat_bot
- Owner: SouravUpadhyay7
- Created: 2025-07-21T05:52:24.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-07-22T02:57:51.000Z (10 months ago)
- Last Synced: 2025-07-22T04:32:35.102Z (10 months ago)
- Topics: ai-assistant, ai-chatbot, chat-interface, conversational-ai, cyberpunk-ui, framer-motion, groq, nextjs, pdf-parser, pdf-processing, real-time-chat, shadcn-ui, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🤖 MORVS AI Chat Bot
🚀 An intelligent AI-powered chat interface with PDF processing capabilities
Built with Next.js, React, and powered by Groq's LLaMA 3 model
---
## ✨ Features
- 🎯 **AI-Powered Chat**: Intelligent conversations using Groq's LLaMA 3-70B model
- 📄 **PDF Processing**: Upload and analyze PDF documents with real-time parsing
- 💬 **Real-time Streaming**: Live response streaming for enhanced user experience
- 💾 **Persistent Chat History**: Conversations saved locally using localStorage
- 🎨 **Modern UI**: Sleek cyberpunk-inspired design with smooth animations
- 📱 **Responsive Design**: Works seamlessly across desktop and mobile devices
- ⚡ **Fast Performance**: Optimized with Next.js and efficient state management
## 🛠️ Tech Stack
### Frontend




### UI Components & Styling



### AI & Processing


### Development Tools



## 🚀 Getting Started
### Prerequisites
- Node.js 18+
- npm, yarn, pnpm, or bun
- Groq API Key ([Get one here](https://console.groq.com/))
### Installation
1. **Clone the repository**
```bash
git clone https://github.com/yourusername/morvs-chat-bot.git
cd morvs-chat-bot
```
2. **Install dependencies**
```bash
npm install
# or
yarn install
# or
pnpm install
# or
bun install
```
3. **Configure API Key**
Replace `"YOUR_API_KEY"` in the code with your actual Groq API key:
```typescript
Authorization: "Bearer YOUR_GROQ_API_KEY"
```
4. **Run the development server**
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
5. **Open your browser**
Navigate to [http://localhost:3000](http://localhost:3000) to see the application.
## 🎮 Usage
1. **Start Chatting**: Type your message in the input field and press Enter or click Send
2. **Upload PDFs**: Click the "Upload PDF" button to analyze document content
3. **View History**: Your conversations are automatically saved and persist between sessions
4. **Clear Chat**: Use the "Clear" button to start fresh
## 📁 Project Structure
```
morvs-chat-bot/
├── app/
│ ├── globals.css
│ ├── layout.tsx
│ └── page.tsx
├── components/
│ └── ui/
├── public/
├── src/
├── package.json
└── README.md
```
## 🔧 Key Components
- **MorvsChat**: Main chat interface component
- **Message Handling**: Real-time streaming and state management
- **PDF Processing**: Client-side PDF parsing using PDF.js
- **UI Components**: Custom shadcn/ui components with Tailwind styling
## 🎨 Design Features
- **Cyberpunk Theme**: Dark gradient backgrounds with cyan and green accents
- **Orbitron Font**: Futuristic typography for the main title
- **Smooth Animations**: Framer Motion powered transitions
- **Responsive Layout**: Mobile-first design approach
## 📚 Learn More
To learn more about the technologies used:
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API
- [React Documentation](https://reactjs.org/) - learn React fundamentals
- [Groq Documentation](https://console.groq.com/docs) - explore Groq AI capabilities
- [Tailwind CSS](https://tailwindcss.com/docs) - utility-first CSS framework
## 🚀 Deploy on Vercel
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
Check out the [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.
## 🤝 Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
## 📄 License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## 👨💻 Author
**Sourav Upadhyay**
- GitHub: [@SouravUpadhyay7](https://github.com/SouravUpadhyay7)
- Project: [Morvs AI Interface](https://github.com/SouravUpadhyay7/Morvs_Chat_Bot)
---
Built with ❤️ using Next.js and modern web technologies
© 2025 Sourav Upadhyay - Morvs AI Interface