coding_buddy / README.md
harismalik01's picture
Upload 8 files
214f9a4 verified
|
Raw
History Blame Contribute Delete
1.1 kB
---
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.