bytchew commited on
Commit
3ff3e55
·
verified ·
1 Parent(s): abf3d6a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -14,12 +14,12 @@ 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
- - 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
22
- - We created an easy to use collection of images called "testData"
23
 
24
 
25
  ## Neccessary Package
@@ -31,8 +31,8 @@ license: mit
31
  - huggingface_hub
32
 
33
  ## Running
34
- - You can run this model using the Hugging Face Space: CSSE416-final-project/faceRecogModel
35
  - You can upload images through the Space UI.
36
- - Alternatively, if you want to test the model locally, you can use "testModelWeights.ipynb"
37
- - You might be able to run the notebook on CoLab as well
38
 
 
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.
22
+ - We created an easy to use collection of images called "testData."
23
 
24
 
25
  ## Neccessary Package
 
31
  - huggingface_hub
32
 
33
  ## Running
34
+ - You can run this model using the Hugging Face Space: CSSE416-final-project/faceRecogModel.
35
  - You can upload images through the Space UI.
36
+ - Alternatively, if you want to test the model locally, you can download the repo and run "testModelWeights.ipynb."
37
+ - You can run the notebook on CoLab as well, if you change the dataset reference to be a filepath on your computer.
38