An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

## Instructions to run Flask Application.

[![Python 3.7](https://img.shields.io/badge/python-3.7-blue.svg)](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 : [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](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)