Brain Tumor Detection Using Convolutional Neural Networks
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
- Table of Contents
- About The Project
- Built With
- Getting Started
- Train Your Own Model
- Product Screenshots
- Roadmap
- Contributing
- License
- Contact
Brain Tumor Detection Using Convolutional Neural Networks
To get a local copy up and running follow these simple example steps.
You will need:
- Python
- Tensorflow
- scikit-learn
- Flask
- Make sure you have python3 setup on your system
- Clone the repo
git clone https://github.com/ctrl-gaurav/Brain-Tumor-Detection.git- Install requirements
pip install -r requirements.txt- Run app.py
python app.pyIf you want to train your own model
- Make sure you have python3 setup on your system
- Clone the repo
git clone https://github.com/ctrl-gaurav/Brain-Tumor-Detection.git- Install requirements
pip install -r requirements.txt- Run Train.py
python Train.py- Your Model is saved in models folder
- Change Your model name in test.py and then test your model
- Run Test.py
python Test.pySee the open issues for a list of proposed features (and known issues).
To add your contributions to this project follow these steps :
- Fork the Project
- Create your improvements Branch (
git checkout -b improvements/myimprovements) - Commit your Changes (
git commit -m 'Done some Improvements') - Push to the Branch (
git push origin improvements/myimprovements) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
- Gaurav
- Project Link: https://github.com/ctrl-gaurav/Brain-Tumor-Detection