Skip to content

zanfirandra/fraas-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm run dev

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

flask run --port=2000

Runs the python server in the development mode on port 2000.

Before you run this command: Open Command Prompt. Activate python enviroment within Scripts folder, running 'activate' command.

  • ...fraas-app\py-env\Scripts>activate

  • (py-env)...fraas-app\servers\pythonServer>set FLASK_APP=service_recognition.py

  • (py-env)...fraas-app\servers\pythonServer>set FLASK_DEBUG=1 (on mac use 'export' instead of 'set')

  • (py-env)...fraas-app\servers\pythonServer>flask run --port=2000

About

Face Recognition as a Service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published