--- title: GuidanceGuru emoji: 🐨 colorFrom: pink colorTo: purple sdk: streamlit sdk_version: 1.41.1 app_file: app.py pinned: false short_description: Powered by DeepSeek, guides projects using roadmap and rules --- # GuidanceGuru A custom AI chatbot built on Hugging Face Spaces that guides users through project setups using predefined `roadmap.txt` and `rules.txt` files. ## Features - Reads and parses project files. - Uses DeepSeek-R1-Distill-Qwen-7B for dynamic guidance. - Simple and interactive Gradio interface. ## Setup Instructions 1. Clone the repository. 2. Install dependencies with: ```bash pip install -r requirements.txt 3. Run the application with: ```bash python app.py Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference