Package Requirements: TensorFlow
,OpenCV
,Numpy
,Streamlit
To run the project:
git clone "https://github.com/mysticjoel/var-demo.git"
cd var-demo
python3 -m venv venv
or
python3.11 -m venv venv
source ./venv/bin/activate
pip install -r requirements.txt
streamlit run app.py