dtyago commited on
Commit
ddad0f1
β€’
1 Parent(s): ce02ae6

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
- └── .env # Environment variables for configuration settings**
 
 
 
 
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