CortexAI is an innovative application that employs deep learning techniques to classify brain tumors from MRI scans. It features a collaborative platform for healthcare professionals to share insights and improve diagnostic practices collectively.
- MRI Scan Analysis: Upload brain MRI scans for AI-assisted tumor classification
- Multi-class Classification: Identifies different types of brain tumors (Meningioma, Glioma, Pituitary)
- Confidence Metrics: Provides confidence levels for each classification result
- Healthcare Professional Forum: Collaborative platform for sharing insights and discussing cases
- Research Integration: Based on the latest research in medical imaging and deep learning
- Backend: Flask (Python)
- Frontend: HTML, CSS, JavaScript, Bootstrap
- AI Model: Deep learning model for image classification (currently using a mock model)
-
Install the required dependencies:
pip install flask numpy werkzeug -
Run the application:
python app.py -
Access the application at http://localhost:8080
- Integration with a real deep learning model trained on brain MRI datasets
- User authentication and profile management
- Advanced forum features with search and filtering
- Integration with medical record systems
- Mobile application for on-the-go access