/guess-kitty

Project developed to guess if in an image has a kitty or not

Primary LanguageTypeScriptMIT LicenseMIT

Gatinho!

License

This site was created to obtain parcial grade in Distributed Systems subject

🇺🇸English · 🇧🇷Portuguese

🗂 Table of Contents

📖 About The Project

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
Home Screen Upload Screen
Take picture screen Checking screen
Cam Screen Checking Screen
Result screen:it is a cat Result screen: it is not a cat
It is a cat It is not a cat

💻 Technologies

🧱 Installation

This project use Node.js and Yarn, you will need them to build its dependencies.

🚧 Prerequisites

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.

💄 Front-end

🚧 Installing Dependencies

In guess-kitty folder, install dependencies by the following command:

$ yarn install

▶️ Running Front-end

Run the following command to see the application:

$ yarn start

The application will be available on http://localhost:3000.

📄 License

This project uses MIT license.

👩‍💻 👨‍💻 Authors

Beatriz Salles
Lucas Cléopas

Developed with 💜