Spaces:
Runtime error
Runtime error
Rohit Rajpoot
commited on
Commit
·
75462c6
1
Parent(s):
88ea3d1
Add README.md with project overview and Live Demo link
Browse files
README.md
CHANGED
|
@@ -1,10 +1,16 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
sdk: docker
|
| 7 |
-
pinned: false
|
| 8 |
-
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
---
|