M1 project at Epitech.
ChestXray data provided by the school. They are Kaggle data. These images (.jpeg) are thorax scans of healthy and sick patients (suffering from viral or bacterial pneumonia).
pip install . &&\
pip install -r requirements.txt
export PYTHONPATH="${PYTHONPATH}:/Users/lenaoudjman/Desktop/ZOIDBERG2.0/”
export PYTHONPATH="${PYTHONPATH}:/Users/mojgan/code/EPITECH/ZOIDBERG2.0/”
-
Creating an environment
-
Create a config.py to generalize paths ** NEVER PUSH!
-
What is the model evaluated against?
- Accuracy
- F1 score ( mix between Recall and Precision )
- AUC => No overfitting / underfitting
-
Pretest data
- Meme shape (150,150)
- Color
- Batch : 32 ( Caution not for test)
On each python script:
black path_file.py
ruff check path_file.py