Skip to content

Real-time facial analysis with DeepFace using a client-server arch. and PyQt5 for GUI.

Notifications You must be signed in to change notification settings

ninetynin/expstream

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup and Installation

  1. Create a Virtual Environment:
    python -m venv venv
    venv\Scripts\activate  # for powershell
    
  2. Install the Required Libraries:
    pip install -r requirements.txt
    
  3. Setup the database:
    path to your python venv exe db/db.py
    
  4. Run the server & client: get your ipv4 address from your terminal using ipconfig then run these commands
    python3 src/server.py
    
    python3 src/client.py
    
  5. plot the results:
    python3 src/plot.py
    

About

Real-time facial analysis with DeepFace using a client-server arch. and PyQt5 for GUI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%