The API use a MobileNet pre-trained model architecture to classify input images.
I wrote about this project here
- @tensorflow-models/mobilenet
- @tensorflow/tfjs
- express
- get-image-data
- jimp
- morgan
- multer
- nodemon
- cors
Before cloning the repo be sure you have installed:
Then:
- Choose a folder project in your system and switch in
cd [folder path]
- Clone the repo in your folder path
git clone https://github.com/ShowBaba/image-classifier-api-v1.git
In order to install the project and all dependencies, enter in the project folder and run npm install
npm start
npm test
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
This is just a personal project created for study / demonstration purpose and to simplify my working life, it may or may not be a good fit for your project(s).
Please ⭐ this repository if you like it or this project helped you!
Feel free to open issues or submit pull-requests to help me improving my work.
Samuel Shoyemi
Copyright © 2020 Samuel Shoyemi