Spaces:
Sleeping
Sleeping
A newer version of the Streamlit SDK is available: 1.58.0
metadata
title: CodeBuddy AI
emoji: 👨💻
colorFrom: indigo
colorTo: purple
sdk: streamlit
sdk_version: 1.32.0
app_file: app.py
pinned: false
python_version: '3.10'
license: mit
CodeBuddy AI
An advanced AI coding assistant powered by Gemini 2.0, built with Streamlit and LangChain.
Features
- Modern, responsive UI with dark theme
- Code-specific assistance and debugging
- Interactive chat interface
- Mobile-friendly design
Try It Out
This app is deployed on Hugging Face Spaces. Click here to use it.
Usage Guide
Simply type your coding question in the chat input and get instant assistance from CodeBuddy AI. The sidebar provides example questions to help you get started.
Environment Setup
This app requires a Google API key for Gemini access. When deploying on Hugging Face Spaces:
- Go to your Space settings
- Add a secret named
GOOGLE_API_KEYwith your API key as the value
Local Development
See the DOCKER_README.md file for instructions on running the app locally with Docker.