This site was created to obtain parcial grade in Distributed Systems subject
🇺🇸English
·
🇧🇷Portuguese
The project is to use image processing with Python (repository is here), where you can send a image to check if it is a cat or not.
- Screenshots
Home | Upload screen |
Take picture screen | Checking screen |
Result screen:it is a cat | Result screen: it is not a cat |
This project use Node.js and Yarn, you will need them to build its dependencies.
Clone this project repository:
$ git clone https://github.com/3salles/guess-kitty.git
# Enter in `guess-kitty` folder:
$ cd guess-kitty
🚨 If you don't have git in your machine, you can install it here.
In guess-kitty folder, install dependencies by the following command:
$ yarn install
Run the following command to see the application:
$ yarn start
The application will be available on http://localhost:3000
.
This project uses MIT license.
Developed with 💜