CNN model for Car-Recognition
A simple convolutional neural network for car recognizer using keras
library that achieves over 95% accuracy
pip install -r dependencies.txt
or sklearn
using sudo pip install sklearn
keras
using sudo pip install keras
skimage
using sudo pip install scikit-image
python predict.py
for prediction
run_keras_server.py
curl -X POST -F image=@imagename.jpg 'http://localhost:5000/predict'
python simple_request.py