Skip to content

This is an app for a project that uses facial recognition software for images.

Notifications You must be signed in to change notification settings

alexanderbozhkov/image_upload_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image_upload_app

This is an app for a project that uses facial recognition software for images.

Initialisation of the app at it current state:

  1. virtualenv -p python3 venv
  2. pip3 install -r ../api/requirements.txt
  3. cd api/ (app must be run from this dir)
  4. python3 database/models.py (to create new database)
  5. python3 api.py (if no value is provided app will run on port 5000 by default)
  6. (in separate terminal) cd /app/ui/
  7. npm install --save-dev
  8. sudo npm install -g @angular/cli
  9. cd ./src/assets
  10. ln -s ../../../api/database/images/ img
  11. ng serve (--disable-host-check)

About

This is an app for a project that uses facial recognition software for images.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published