Giter Site home page Giter Site logo

image-classification-react-app's Introduction

Image-Classification-React-App

The Image-Classification-React-App was a simple project with the intuition of developing experience where web applications and Machine Learning meet. A simple UI done in React allows the user to uplod an image, which, when uploaded to the underlying flask app, runs a prediction on a trained residual neural network (ResNet).

Getting Started

To start, clone the present repository into your local machine. If you're unaware of how to achieve this, you can familiarise yourself with the mechanisms of GitHub repositories in the provided link.

git clone [email protected]:thyriki/Image-Classification-React-App.git

Prerequisites

Ensure that you have Node 10.4.1, yarn and React installed and properly set up.

Instructions

Start by opening a terminal, and navigate to the project's folder.

React App

To initialise the React app on port 3000:

cd ui/
npm install -g serve
npm run build
serve -s build -l 3000

Flask Web App

To initialise the Flask web app:

cd service/
virtualenv -p Python3 .
source bin/activate
pip install -r requirements.txt
FLASK_APP=app.py flask run

Framework

This repo was developed while using this amazing framework as its foundation!

Authors

For any inquiries, feel free to open up an issue.

image-classification-react-app's People

Contributors

dependabot[bot] avatar rmssoares avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.