A student project to create a web application based on a neural network for intelligent adjustment of Ishihara plates for diagnosis of the type of color blindness.
Pretrained models and data can be found here
Training of neural networks can be found here
- Create .venv:
python -m venv .venv - Activate:
source .venv/bin/activate - Install requirements:
pip install -r requirements.txt - Add files from archive models.7z from here into models/trained/recolor/ with their folders.
- Run app:
python main.py