Department Of Mechatronics Engineering
These project is an implementation of Django web framework with the integration of OpenCV version 4.
The project was initialized to solve the realtime live streaming in class.
To test the project for development phase
- Pipenv is used instead of virtualenv due to it advance features. pip install pipenv
2.cd into the root folder cd DOME/ 3. Activate the isolated environment
pipenv shell
-
Install all the python packages pipenv install or pipenv sync
-
Activate the server ./manage.py runserver