Spaces:
Sleeping
Sleeping
Reord folders
Browse files
README.md
CHANGED
@@ -43,5 +43,9 @@ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-
|
|
43 |
βββ Dockerfile # Docker configuration for setting up the environment
|
44 |
βββ requirements.txt # Lists all Python library dependencies
|
45 |
βββ entrypoint.sh # To download model from hugging face
|
46 |
-
|
|
|
|
|
|
|
|
|
47 |
```
|
|
|
43 |
βββ Dockerfile # Docker configuration for setting up the environment
|
44 |
βββ requirements.txt # Lists all Python library dependencies
|
45 |
βββ entrypoint.sh # To download model from hugging face
|
46 |
+
βββ .env # Environment variables for configuration settings**
|
47 |
+
βββ ipynb/ # Jupyter notebooks used for fine-tuning / transfer learning model
|
48 |
+
β βββ facenet/ # Jupyter Notebooks for Facenet / MTCNN test
|
49 |
+
β βββ llm/ # Jupyter Notebooks for LLM training / validation
|
50 |
+
βββ docs/ # Project Documents (ONLY MARKDOWNs and UML diagrams)
|
51 |
```
|
{jpynb β ipynb}/README.md
RENAMED
File without changes
|
{jpynb β ipynb/facenet}/colab_facial_verification_test_with_chromadb_clean.ipynb
RENAMED
File without changes
|