Rohit Rajpoot commited on
Commit
46c3b14
·
1 Parent(s): 48d03d6

Add README.md with project overview and Live Demo link

Browse files
Files changed (1) hide show
  1. README.md +15 -9
README.md CHANGED
@@ -1,10 +1,16 @@
1
- ---
2
- title: Reposage Chatbot
3
- emoji: 🏆
4
- colorFrom: red
5
- colorTo: gray
6
- sdk: docker
7
- pinned: false
8
- ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
1
+ # RepoSage Chatbot Demo
2
+
3
+ A minimal Streamlit-based chatbot stub for the RepoSage project, deployed on Hugging Face Spaces.
4
+
5
+ ## Features
 
 
 
6
 
7
+ - Echo-based chat stub (replaceable with real AI logic)
8
+ - CLI commands: `hello`, `heatmap`, `chat`
9
+ - Live demo hosted via Docker on HF Spaces
10
+
11
+ ## Live Demo
12
+
13
+ Try it now:
14
+ 🔗 [https://huggingface.co/spaces/rohitrajpoot/reposage-chatbot](https://huggingface.co/spaces/rohitrajpoot/reposage-chatbot)
15
+
16
+ ---