Update README.md
Browse files
README.md
CHANGED
|
@@ -14,7 +14,8 @@ license: mit
|
|
| 14 |
- updateHFtemplate
|
| 15 |
- Used this file to update the above files in the Hugging Face repository
|
| 16 |
- The weights file did not update properly using standard Git, so we used Hugging Face Hub with this file to properly update the repo
|
| 17 |
-
|
|
|
|
| 18 |
- testModelWeights.ipynb, testData
|
| 19 |
- Converts the weights file into the model
|
| 20 |
- Test the model on a folder of images with names of the subfolders representing classes
|
|
@@ -28,7 +29,6 @@ license: mit
|
|
| 28 |
- numpy
|
| 29 |
- torchvision
|
| 30 |
- huggingface_hub
|
| 31 |
-
- You also need a personal HG login token to update using HF Hub
|
| 32 |
|
| 33 |
## Running
|
| 34 |
- You can run this model using the Hugging Face Space: CSSE416-final-project/faceRecogModel
|
|
|
|
| 14 |
- updateHFtemplate
|
| 15 |
- Used this file to update the above files in the Hugging Face repository
|
| 16 |
- The weights file did not update properly using standard Git, so we used Hugging Face Hub with this file to properly update the repo
|
| 17 |
+
- Could also use Git LFS instead
|
| 18 |
+
- You will need a personal access token to use the file. Mine has been removed for security purposes.
|
| 19 |
- testModelWeights.ipynb, testData
|
| 20 |
- Converts the weights file into the model
|
| 21 |
- Test the model on a folder of images with names of the subfolders representing classes
|
|
|
|
| 29 |
- numpy
|
| 30 |
- torchvision
|
| 31 |
- huggingface_hub
|
|
|
|
| 32 |
|
| 33 |
## Running
|
| 34 |
- You can run this model using the Hugging Face Space: CSSE416-final-project/faceRecogModel
|