rohit
commited on
Commit
·
d096f0d
1
Parent(s):
d1432ed
Fix README.md with proper HF Spaces configuration and app_port
Browse files
README.md
CHANGED
@@ -1,10 +1,31 @@
|
|
1 |
---
|
2 |
-
title: Developer Portfolio
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: docker
|
7 |
pinned: false
|
|
|
8 |
---
|
9 |
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
title: Developer Portfolio RAG
|
3 |
+
emoji: 🤖
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: purple
|
6 |
sdk: docker
|
7 |
pinned: false
|
8 |
+
app_port: 7860
|
9 |
---
|
10 |
|
11 |
+
# Developer Portfolio RAG Pipeline
|
12 |
+
|
13 |
+
A RAG (Retrieval-Augmented Generation) pipeline for answering questions about a software developer's portfolio, skills, and experience.
|
14 |
+
|
15 |
+
## Features
|
16 |
+
|
17 |
+
- FastAPI backend with multiple dataset support
|
18 |
+
- Developer portfolio Q&A capabilities
|
19 |
+
- Health check endpoints
|
20 |
+
- RESTful API design
|
21 |
+
|
22 |
+
## Usage
|
23 |
+
|
24 |
+
Send POST requests to `/answer` with your questions about the developer's background, skills, projects, and experience.
|
25 |
+
|
26 |
+
## API Endpoints
|
27 |
+
|
28 |
+
- `GET /` - Root endpoint
|
29 |
+
- `GET /health` - Health check
|
30 |
+
- `POST /answer` - Answer questions about the developer
|
31 |
+
- `GET /datasets` - List available datasets
|