Spaces:
Running
Running
metadata
title: RepoSage Chatbot Demo
emoji: 🤖
colorFrom: blue
colorTo: green
sdk: streamlit
sdk_version: 1.46.0
app_file: app.py
pinned: false
RepoSage Chatbot Demo
A minimal Streamlit-based chatbot stub for the RepoSage project, deployed on Hugging Face Spaces.
Features
- Echo-based chat stub (replaceable with real AI logic)
- CLI commands:
hello
,heatmap
,chat
- Live demo hosted via Docker on Hugging Face Spaces
Live Demo
Try it now:
🔗 https://huggingface.co/spaces/rohitrajpoot/reposage-chatbot
Usage
Locally via Streamlit
pip install -r requirements.txt
streamlit run app.py