Practical Alien Detector
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!
Installation
pip3 install fastbook
pip3 install fastai
pip3 install flask
How to build your model
python3 aliens_model_builder.py
How to test your model
After running it wil ask the image path.
python3 aliens_model_test.py
How to run an API and test your model
After running it, visit http://localhost:5000/
python3 aliens_api.py
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
๐
Ask for provider support
HF Inference deployability: The model has no library tag.