A Python-based tool to detect foetal morphologic patterns using machine learning. This tool is a concept tool to assist researchers and medical professionals.

- naive_bayes (Scikit)
- CSV cleaning and loading (Pandas)
- visualisation of data (Matplotlib, Seaborn)
- styling (Colorama)
- Python 3.8 or newer
Follow these steps to set up and run the project:
git clone https://github.com/yourusername/fetal-morphologic-pattern-detection.git
cd fetal-morphologic-pattern-detectionpython3 -m venv venv
source venv/bin/activatepython -m venv venv
venv\Scripts\activatepip install -r requirements.venvpython main.py