BrainScan-AI is a deep learning project focused on automated brain tumor detection using medical imaging. This project leverages state-of-the-art deep learning techniques to assist medical professionals in identifying and analyzing brain tumors from MRI scans.
- Advanced tumor detection using deep learning models
- Support for MRI scan analysis
- High accuracy prediction capabilities
- Python
- TensorFlow/PyTorch
- OpenCV
- NumPy
- Scikit-learn
# Clone the repository
git clone https://github.com/camille-maslin/BrainScan-AI.git
# Navigate to project directory
cd BrainScan-AI
# Install required dependencies
pip install -r requirements.txt[Usage instructions will be added as the project develops]
BrainScan-AI/
βββ data/ # Dataset directory
βββ models/ # Trained models
βββ src/ # Source code
βββ tests/ # Unit tests ( IN COMING )
βββ notebooks/ # Jupyter notebooks for analysis ( IN COMING )
This project is licensed under the MIT License - see the LICENSE file for details.