ASK2ACT
🤖 ASK2ACT
Chota AI is a lightweight AI-powered multi-tool app built with Streamlit and powered by Together.ai API. It provides a suite of utilities including:
- 💬 Chat Assistant
- 🛠️ Code Helper
- 📝 Text Summarizer
- 📂 File Summarizer (PDF/TXT)
🔧 Features
| Tool | Description |
|---|---|
| Chat Assistant | Ask anything and get instant answers from an AI assistant. |
| Code Helper | Paste code snippets and get simple, easy-to-understand explanations. |
| Text Summarizer | Summarize long text or paragraphs in one click. |
| File Summarizer | Upload .pdf or .txt files to get concise summaries. |
🚀 How to Run Locally
- Clone the repo ```bash git clone https://github.com/Vishwa231103/Chota-AI.git cd Chota-AI
pip install -r requirements.txt
[together] api_key = "your-together-api-key"
streamlit run app.py
Chota-AI/ ├── app.py ├── README.md ├── requirements.txt └── .streamlit/ └── secrets.toml
Log in or sign up for Devpost to join the conversation.