varun2808 commited on
Commit
8adde5f
·
verified ·
1 Parent(s): f6b75fd

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +8 -4
README.md CHANGED
@@ -1,10 +1,14 @@
1
  ---
2
- title: Python Qa Assistant
3
- emoji: 📈
4
- colorFrom: gray
5
  colorTo: blue
6
  sdk: docker
 
7
  pinned: false
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
1
  ---
2
+ title: Python Programming Q&A Assistant
3
+ emoji: 🐍
4
+ colorFrom: green
5
  colorTo: blue
6
  sdk: docker
7
+ app_port: 7860
8
  pinned: false
9
  ---
10
 
11
+ # Python Programming Q&A Assistant
12
+
13
+ RAG-powered Q&A over the Stack Overflow Python dataset. FastAPI + ChromaDB +
14
+ Llama 3.1 (Groq). POST /ask with {"question": "..."} or open /docs.