ghsambit commited on
Commit
1d87741
·
1 Parent(s): b2093cd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -16
README.md CHANGED
@@ -1,22 +1,25 @@
1
- # Sambit AI (Gradio + Together API)
 
 
 
 
 
 
 
 
 
2
 
3
- This is a chatbot powered by [Together.ai](https://www.together.ai/) and the Mixtral 8x7B model, deployed with Gradio.
4
 
5
- ## 🔧 Setup
6
 
7
- 1. Create a new Space on Hugging Face → Gradio template.
8
- 2. Add your Together API key in the **Settings > Secrets** tab as:
9
 
10
- ```
11
- TOGETHER_API_KEY=your_api_key_here
12
- ```
13
 
14
- 3. Upload these files or the full ZIP.
 
 
 
15
 
16
- ## 🚀 Model Used
17
- - Model: `mistralai/Mixtral-8x7B-Instruct-v0.1`
18
- - Provider: [Together.ai](https://docs.together.ai/docs/inference)
19
-
20
- ## 🎙 Usage
21
-
22
- Just ask anything! Sambit AI will respond with answers from the Together inference API.
 
1
+ ---
2
+ title: Sambit AI
3
+ emoji: 🤖
4
+ colorFrom: indigo
5
+ colorTo: pink
6
+ sdk: gradio
7
+ sdk_version: "5.30.0"
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
 
12
+ # Sambit AI - Chat with Voice
13
 
14
+ A voice-enabled chatbot powered by Together AI's Mixtral model. Ask via text or voice, get spoken responses!
15
 
16
+ Built with Python, Gradio, and the Together API.
 
17
 
18
+ ## 🛠️ Features
 
 
19
 
20
+ - Chat interface using Gradio
21
+ - Speech recognition via microphone
22
+ - AI replies using Together API
23
+ - Voice responses with gTTS
24
 
25
+ > Make sure to add your `TOGETHER_API_KEY` in **Settings > Secrets** for it to work!