Yolov5app git clone conda create -n Yolov5app python=3.9 conda activate Yolov5app pip install -r requirements.txt streamlit run app.py