Downloads · 30 days
0
stevenlriv/practical-alien-detector
practical-alien-detector is a machine learning model from stevenlriv. Use it for the machine learning task on the model card, and read the license before you ship it in a product. The card lists the license as mit.
Finetuned resnet50 for detecting if the image you show it is an alien or not.
Downloads · 30 days
0
Access
Public
Updated May 15, 2024
Repo size
103 MB
Likes
0
Public
Click a slice to open those files.
.pkl103 MB · 100%
From the Hugging Face model README
Finetuned resnet50 for detecting if the image you show it is an alien or not.
You can try it out as an API by following the How to run an API and test your model instructions.
This model was created for fun!
pip3 install fastbook
pip3 install fastai
pip3 install flask
python3 aliens_model_builder.py

After running it wil ask the image path.
python3 aliens_model_test.py

After running it, visit http://localhost:5000/
python3 aliens_api.py