swayamshetkar commited on
Commit
6bffda5
·
verified ·
1 Parent(s): dfae69a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -5
README.md CHANGED
@@ -1,8 +1,20 @@
1
- # Hackathon Idea Generator API (FastAPI)
 
 
 
 
 
 
 
2
 
3
- This Space runs a FastAPI backend only.
4
 
5
- ## Run command
6
 
7
- ```bash
8
- uvicorn app:app --host 0.0.0.0 --port $PORT
 
 
 
 
 
 
1
+ ---
2
+ title: Hackathon Idea Generator API
3
+ emoji: 🚀
4
+ colorFrom: blue
5
+ colorTo: purple
6
+ sdk: docker
7
+ pinned: false
8
+ ---
9
 
10
+ # Hackathon Idea Generator API (FastAPI + Gemini)
11
 
12
+ This Space runs a **FastAPI backend** using Docker.
13
 
14
+ Endpoints:
15
+ - `/`
16
+ - `/generate`
17
+ - `/details`
18
+ - `/stats`
19
+
20
+ The backend uses Gemini API + optional Redis caching.