- Create a Virtual Environment:
python -m venv venv venv\Scripts\activate # for powershell
- Install the Required Libraries:
pip install -r requirements.txt
- Setup the database:
path to your python venv exe db/db.py
- Run the server & client:
get your ipv4 address from your terminal using
ipconfig
then run these commandspython3 src/server.py
python3 src/client.py
- plot the results:
python3 src/plot.py
forked from Jansxn/Possible_Stream
-
Notifications
You must be signed in to change notification settings - Fork 0
ninetynin/expstream
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published
Languages
- Python 100.0%