Identify COVID-19 in photos of lungs. Built with PyQt, YOLOv5, Python3. This project was made for the Moscow Programming Olympiad final.
Video (watch it!): https://youtu.be/Vdvi8eIfBSk
python3 -m venv venv
Windows:
venv\Scripts\activate
Mac/Linux:
source venv/bin/activate
Windows:
pip3 install -r win_requirements.txt
python -m pip3 install torch==1.7.1+cpu torchvision==0.8.2+cpu torchaudio===0.7.2 -f https://download.pytorch.org/whl/torch_stable.html
Mac:
pip3 install -r mac_requirements.txt
Linux:
pip3 install -r linux_requirements.txt
python3 main.py