8000 GitHub - Natasha-rare/covid19-analyser: Open-source research app to detect COVID on lungs photos
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Natasha-rare/covid19-analyser

Repository files navigation

COVID-19 Analyzer

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

Screenshots:

Windows

Windows

Mac

Mac

Linux

Linux

Usage:

Download the app

Open it in Terminal (or command line)

Create virtual environment:

python3 -m venv venv

Activate virtual environment

Windows:

venv\Scripts\activate

Mac/Linux:

source venv/bin/activate

Install modules:

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

Run the app

python3 main.py 

About

Open-source research app to detect COVID on lungs photos

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages

0