Skip to content

siddemmohankrishna/Smart-AI-Assistant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🤖 Smart AI Assistant

A full-stack AI assistant built with Flask, Groq, and Llama 3.3. This web application allows users to ask questions and summarize emails through a clean and responsive interface.

🚀 Features

  • 💬 Ask questions and get AI-generated responses
  • 📧 Summarize emails into concise 2–3 sentence summaries
  • ⚡ Powered by Groq's Llama 3.3 model
  • 🎨 Responsive and user-friendly interface
  • 🔒 Environment variable support for API security

🛠️ Tech Stack

  • Python
  • Flask
  • Groq API
  • HTML
  • CSS
  • JavaScript

📂 Project Structure

smart-ai-assistant/
│
├── app.py
├── requirements.txt
├── .env
│
├── templates/
│   └── index.html
│
└── static/
    ├── style.css
    └── image/
        └── robot.png

⚙️ Installation

1. Clone the repository

git clone https://github.com/siddemmohankrishna/smart-ai-assistant.git
cd smart-ai-assistant

2. Install dependencies

pip install -r requirements.txt

3. Create a .env file

GROQ_API_KEY=your_groq_api_key

4. Run the application

python app.py

5. Open in browser

http://127.0.0.1:5000

📸 Preview

(https://github.com/siddemmohankrishna/Smart-AI-Assistant/blob/30bdfc1c1183ba55cf62653eb6d6de51d2b2288b/robot.png)

🔑 Environment Variables

Variable Description
GROQ_API_KEY Your Groq API key

🎯 Future Improvements

  • Chat history
  • Dark mode
  • Voice input/output
  • PDF summarization
  • File upload support
  • Multiple AI models

🤝 Contributing

Contributions, issues, and feature requests are welcome.

📜 License

This project is licensed under the MIT License.

👨‍💻 Author

Siddem MohanKrishna


Passionate about building AI-powered applications with Python, Flask, and modern LLM technologies. Built with ❤️ using Flask and Groq AI.

About

A full-stack AI assistant built with Flask, Groq, and Llama 3.3. Features real-time question answering, email summarization, responsive UI, and seamless API integration.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors