This is a general object detection web app tool created using PyTorch, Streamlit and YOLOV5 for DYOM1101TT (Machine Learning in Practice). You can explore the functionality of the web app (hosted using AWS) through this link: http://18.218.46.254:8501/.
- git clone https://github.com/Michaeliaaa/Object-Detection-Tool/
- pip3 install -r requirements.txt
- streamlit run dyom.py (run on localhost)