https://github.com/sartajbhuvaji/brain-tumor-classification-using-deep-learning-algorithms-runner
This repository is part of the Brain Tumor Classification Project. The repo contains the Flask app for the project.
https://github.com/sartajbhuvaji/brain-tumor-classification-using-deep-learning-algorithms-runner
flask python
Last synced: about 2 months ago
JSON representation
This repository is part of the Brain Tumor Classification Project. The repo contains the Flask app for the project.
- Host: GitHub
- URL: https://github.com/sartajbhuvaji/brain-tumor-classification-using-deep-learning-algorithms-runner
- Owner: SartajBhuvaji
- Created: 2020-05-28T16:42:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-15T06:02:36.000Z (almost 3 years ago)
- Last Synced: 2025-08-29T05:34:45.895Z (10 months ago)
- Topics: flask, python
- Language: Python
- Homepage:
- Size: 914 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Instructions to run Flask Application.
[](https://www.python.org/downloads/release/python-370/)
Create a new Python env
```
python -m venv venv
```
Activate the new env
```
venv\Scripts\activate
```
Install requirements
```
pip install -r requirements.txt
```
* Get your ```model.h5``` file from here : [](https://colab.research.google.com/drive/1yHKKk8I4QfKc1qv2cXCNbgIiUtBRk1rF?usp=sharing)
* Place your model.h5 file inside ```model``` folder.
* Run ``` python app.py ```
## Related Repositories:
* [Data Set](https://https://github.com/SartajBhuvaji/Brain-Tumor-Classification-DataSet/)
* [Website](https://sartajbhuvaji.github.io/Brain-Tumor-Classification-Website/)
* [Primary Repo](https://github.com/SartajBhuvaji/Brain-Tumor-Classification-Using-Deep-Learning-Algorithms/tree/master)
* [Runner](https://github.com/SartajBhuvaji/Brain-Tumor-Classification-Using-Deep-Learning-Algorithms-Runner)
* [Kaggle](https://www.kaggle.com/datasets/sartajbhuvaji/brain-tumor-classification-mri)
* [Medium Article](https://medium.com/@sartajbhuvaji/brain-tumor-classification-546a72d4103b)