Views
No views yet
How to run an API and test your model
1pip3 install fastbook 2 3pip3 install fastai 4 5pip3 install flask
python3 aliens_model_builder.py
python3 aliens_model_test.py
http://localhost:5000/
python3 aliens_api.py