title | emoji | colorFrom | colorTo | sdk | python_version | app_file | pinned | models | tags | short_description | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Gemma Chat Interface |
🤖 |
indigo |
blue |
gradio |
3.12 |
app.py |
false |
|
|
A friendly chat interface for Google's Gemma models. |
A simple and friendly chat application powered by Google's Gemma AI models.
- 💬 Chat with Google's Gemma AI models right on your computer
- 🔄 Choose between different models:
- gemma-3b: Balanced performance (recommended)
- gemma-2b: Faster responses
- gemma-7b: More capable but requires more resources
- 🧩 Different chat modes:
- Question Answering: Get helpful answers to your questions
- Text Generation: Continue any text or story
- Code Completion: Get help with coding
- 🖥️ Simple, easy-to-use interface
- 📚 No complex setup needed
-
Install the required packages:
pip install -r requirements.txt
-
Run the application:
python app.py
-
When the application starts:
- Select a model from the dropdown
- Choose a chat mode
- Start typing and chatting!
- Python 3.12
- Internet connection for first-time model download
- Libraries specified in
requirements.txt
.
- For code completion, start by typing the beginning of your code
- The first time you select a model, it may take a moment to download
- You can switch between models anytime during your conversation
Enjoy chatting with Gemma!