Spaces:
Sleeping
Sleeping
File size: 1,100 Bytes
a16e302 214f9a4 a16e302 214f9a4 a16e302 214f9a4 a16e302 214f9a4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | ---
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](https://huggingface.co/spaces/harismalik01/coding_buddy).
## 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:
1. Go to your Space settings
2. Add a secret named `GOOGLE_API_KEY` with your API key as the value
## Local Development
See the [DOCKER_README.md](DOCKER_README.md) file for instructions on running the app locally with Docker. |