Spaces:
Sleeping
Sleeping
Updated README
Browse files
README.md
CHANGED
@@ -32,7 +32,10 @@ EduConnect/
|
|
32 |
β βββ utils/
|
33 |
β βββ __init__.py
|
34 |
β βββ db.py # Centraized DB functions for ChromaDB collections, TinyDB
|
|
|
|
|
35 |
β βββ jwt_utils.py # Utility for JWT tokens
|
|
|
36 |
β βββ ec_image_utils.py # Integrates MTCNN and Facenet for login authentication
|
37 |
βββ static/
|
38 |
β βββ css/ # CSS for the administration portal
|
@@ -40,5 +43,6 @@ EduConnect/
|
|
40 |
β βββ images/ # UI rendering images for administration page
|
41 |
βββ Dockerfile # Docker configuration for setting up the environment
|
42 |
βββ requirements.txt # Lists all Python library dependencies
|
|
|
43 |
βββ .env # Environment variables for configuration settings
|
44 |
```
|
|
|
32 |
β βββ utils/
|
33 |
β βββ __init__.py
|
34 |
β βββ db.py # Centraized DB functions for ChromaDB collections, TinyDB
|
35 |
+
β βββ chat_rag.py # LLM chat function with RAG from vector DB
|
36 |
+
β βββ doc_ingest.py # Utility to ingest pdf documents into vector DB
|
37 |
β βββ jwt_utils.py # Utility for JWT tokens
|
38 |
+
β βββ download_model.py # Utility for downloading model from hugging face
|
39 |
β βββ ec_image_utils.py # Integrates MTCNN and Facenet for login authentication
|
40 |
βββ static/
|
41 |
β βββ css/ # CSS for the administration portal
|
|
|
43 |
β βββ images/ # UI rendering images for administration page
|
44 |
βββ Dockerfile # Docker configuration for setting up the environment
|
45 |
βββ requirements.txt # Lists all Python library dependencies
|
46 |
+
βββ entrypoint.sh
|
47 |
βββ .env # Environment variables for configuration settings
|
48 |
```
|