Skip to content

Small flask app showcasing different tools for image recognition

Notifications You must be signed in to change notification settings

wbglaeser/image-recognition-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sandbox for image recognition tools

This repo contains code for a small application that showcases a number of image recognition technologies. The frontend is developed as a react app while the backend is handled by a flask server.

Installation

  1. Using ssh, clone repo to local enviroment

git clone [email protected]:wbglaeser/image-recognition-sandbox.git

  1. Install required packages for backend (requirements file is currently missing) and start in development mode.

cd back_end && pip install requirements.txt && python flask_app/app.py

  1. Install required packages for frontend and start react app in development mode.

cd ../front_end && npm install && npm start

About

Small flask app showcasing different tools for image recognition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published