Brain Bleeding Detection is a project focused on detecting and analyzing brain bleeding in medical images.
- Python (recommended version: 3.8)
- Conda (for environment management)
-
Clone or download the repository:
git clone https://github.com/artamananda/brain-bleeding-detection.git
-
Navigate to the project directory:
cd brain-bleeding-detection
-
Create and activate the Conda environment:
./install.sh conda activate brain-env
-
Run the program:
python main.py
The program will run at http://localhost:5000.
Provide instructions on how to use the Brain Bleeding Detection system, including any available API endpoints or user interfaces.
If you wish to contribute to this project, please fork this repository, make changes in a new branch, and submit a pull request.
Artamananda