Edit model card

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

Python Terminal

After running it wil ask the image path.

python3 aliens_model_test.py

How to run an API and test your model

Python API

After running it, visit http://localhost:5000/

python3 aliens_api.py
Downloads last month

-

Downloads are not tracked for this model. How to track
Unable to determine this model's library. Check the docs .