Skip to content

CasRepoClone/Machine-learning---fetal-morphologic-patterns

Repository files navigation

PYTHON Foetal Morphologic Pattern Detection

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

KEY CONCEPTS AND MODULES USED

  • naive_bayes (Scikit)
  • CSV cleaning and loading (Pandas)
  • visualisation of data (Matplotlib, Seaborn)
  • styling (Colorama)

Requirements

  • Python 3.8 or newer

Getting Started

Follow these steps to set up and run the project:

1. Clone the Repository

git clone https://github.com/yourusername/fetal-morphologic-pattern-detection.git
cd fetal-morphologic-pattern-detection

2. Create and Activate a Virtual Environment

On macOS/Linux:

python3 -m venv venv
source venv/bin/activate

On Windows:

python -m venv venv
venv\Scripts\activate

3. Install Required Packages

pip install -r requirements.venv

4. Run the Application

python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages