Skip to content

cadolphs/fastai-faceshape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastai-faceshape

Trained a fastai model for face shape detection in a Kaggle Notebook for fast iteration.

Then uploaded the fastai learner to HuggingFace

To use the model in a gradio web interface, just clone the repo, install the requirements (modal), get a HuggingFace token and do

MODAL_GPU=ANY modal serve simple_script.py

to get a web endpoint where you can upload images.

Note: The latest version of gradio has nice features like webcam integration, but, for some reason, was hanging when I tried to run the inference. So I downgraded it to ~ 3.6.

About

Trying out the basic fastai things with notebooks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages