Skip to content
/ nvAI Public
forked from parthasdey2304/nvAI

A website that helps you to detect Brain tumour using Computer Vision.

License

Notifications You must be signed in to change notification settings

Ak-801/nvAI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brain Tumour Detection Model

Introduction

🧠 Welcome to our Brain Tumour Detection Model developed during the AI Unite Hackathon by team nvAI! Our project utilizes Machine Learning, Computer Vision, and Segmentation techniques to detect brain tumors from MRI images.

Parts of the Project

🖥️ On the client side, we have a React application running. The frontend interacts with a Flask API provided in the server part.

Server

🖥️ On the server side, we have a Linode instance running a Flask API. This API accepts an image of the brain tumor MRI and returns a JSON response in the following format:

{
    "error" : "None",
    "detection" : true,
    "confidence_score" : 0.91
}

Team Members

👨‍💻 Parth Vastavik - Full Stack Developer
👨‍💻 Krish Goenka - AI Model Developer 👨‍💻 Anustup Karnar - AI Model Developer
👨‍💻 Rajarshi Ghosh - AI Model Developer
👩‍💻 Palak Jain - UI/UX Designer, Presentation Head

Technologies Used

Installation

  • Clone the repository:
git clone https://github.com/nvAI/brain-tumour-detection.git
  • Install dependencies:
pip install -r requirements.txt

Model Overview

ℹ️ Our model is based on convolutional neural networks (CNNs) trained on a dataset of MRI images labeled with tumor presence or absence. We achieved an accuracy of XX% on our test dataset. The model utilizes segmentation techniques to identify and classify brain tumors from MRI scans.

Contribution Guidelines

🤝 We welcome contributions from the community! Whether it's improving the model, enhancing the UI/UX, or optimizing the codebase, we appreciate all efforts. Feel free to fork the repository, make improvements, and submit pull requests.

License

📝 This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgements

🙏 We would like to express our gratitude to the organizers of the AI Unite Hackathon for providing this platform to showcase our work. Additionally, we extend our thanks to the dataset providers and the open-source community for their invaluable contributions.

About

A website that helps you to detect Brain tumour using Computer Vision.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.2%
  • Python 7.4%
  • HTML 6.6%
  • Other 0.8%