Spaces:
Sleeping
Sleeping
fix: update project structure in README to reflect accurate directory names and organization
Browse files
README.md
CHANGED
|
@@ -63,7 +63,7 @@ POST /api/youtube/analyze
|
|
| 63 |
## Structure
|
| 64 |
|
| 65 |
```
|
| 66 |
-
backend/
|
| 67 |
Dockerfile <- Hugging Face Spaces icin
|
| 68 |
requirements.txt <- CPU-compatible dependencies
|
| 69 |
app/
|
|
@@ -71,8 +71,11 @@ backend/
|
|
| 71 |
schemas.py
|
| 72 |
routes/
|
| 73 |
health.py
|
| 74 |
-
|
| 75 |
data_processing.py
|
|
|
|
|
|
|
|
|
|
| 76 |
services/
|
| 77 |
external_clients.py
|
| 78 |
url_parser.py
|
|
|
|
| 63 |
## Structure
|
| 64 |
|
| 65 |
```
|
| 66 |
+
hf-crowncode-backend/
|
| 67 |
Dockerfile <- Hugging Face Spaces icin
|
| 68 |
requirements.txt <- CPU-compatible dependencies
|
| 69 |
app/
|
|
|
|
| 71 |
schemas.py
|
| 72 |
routes/
|
| 73 |
health.py
|
| 74 |
+
analyze.py
|
| 75 |
data_processing.py
|
| 76 |
+
commend/
|
| 77 |
+
router.py
|
| 78 |
+
youtube_service.py
|
| 79 |
services/
|
| 80 |
external_clients.py
|
| 81 |
url_parser.py
|