Skip to content

Web-based real-time scene describing app embedded with a machine learning model

Notifications You must be signed in to change notification settings

jess305272/CodeJam-2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeJam-2018

To run flask:

  • pip install Flask (if you don't have Flask installed)

  • For Windows:

    • $ set FLASK_APP=main.py
    • $ flask run
  • For Linux:

    • $ export FLASK_APP=main.py
    • $ flask run

Access the application at 127.0.0.1:5000 or localhost:5000

There are a couple other libraries that needs to be downloaded that we haven't listed yet.

We also referenced web cam integration from yushulx/web-camera-recorder. Link: https://github.com/yushulx/web-camera-recorder.git

About

Web-based real-time scene describing app embedded with a machine learning model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages