Welcome to Project Gehen! This project is designed for diagnosing dementia using brain MRI scans that leverages machine learning algorithms to analyze MRI scans and predict the presence and type of dementia.
Project Gehen focuses on developing an advanced system for dementia analysis using brain imaging data. Dementia is a common neurodegenerative condition affecting millions worldwide. Early and accurate diagnosis is essential for timely intervention and improved patient outcomes.
-
Develop an AI-powered platform for dementia analysis using neuroimaging techniques, enabling the classification of MRI scans into distinct dementia stages: Very Mild Demented, Mild Demented, Non-Demented, and Moderate Demented.
-
Create a user-friendly web application that allows medical professionals to upload MRI images and receive real-time predictions for dementia stages, providing an efficient and accessible tool for early diagnosis.
-
Contribute to the advancement of dementia research and medical care by providin a non-invasive and reliable system that aids in personalized treatment plans and early intervention, ultimately improving the quality of life for individuals affected by dementia.
Follow these steps to set up Project Gehen on your local machine:
First, clone the repository to your local machine:
git clone https://github.com/Banshaj-Paudel/Project-Gehen.git
cd Project-Gehen
You need to set up the SQL database using the gehen.sql
file:
- Open XAMPP and start MySQL.
- Open phpMyAdmin in your browser (usually at
http://localhost/phpmyadmin
). - Create a new database (e.g.,
gehen_db
). - Import the
gehen.sql
file located in thebackend
folder:- Go to the Import tab in phpMyAdmin.
- Select the
gehen.sql
file from your local repository (backend/gehen.sql
). - Click Go to import the database.
To start using Project Gehen, follow these steps:
Now, navigate to the model
folder and run the Flask application:
cd model
python app.py
Note: Ensure you have all the required dependencies installed (e.g., Flask).
Once the model Flask application is running, you need to start the backend Flask application:
- Open a new terminal window.
- Navigate to the
backend
folder:cd ../backend
- Run the Flask application:
python app.py
After starting both Flask applications, you can access the website by visiting http://localhost:5000
in your web browser.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Banshaj Paudel - banshajpaudel5010@gmail.com
Project Link: https://github.com/Banshaj-Paudel/Project-Gehen
🌟 Don't forget to give this project a star if you found it useful!