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

https://github.com/dheerajjha451/braintumor

Our project utilizes advanced machine learning algorithms to predict brain tumors. It can detect various types of brain tumors, including glioma, pituitary tumors, and more. If no tumor is detected, it provides a no tumor.
https://github.com/dheerajjha451/braintumor

braintumour collaborate fullstack hacktoberfest hacktoberfest-accepted hacktoberfest2024 hacktoberfest2024-accepted javascript machine-learning product react reactjs saas tailwindcss tensorflowjs top top1 top3 vite

Last synced: 20 days ago
JSON representation

Our project utilizes advanced machine learning algorithms to predict brain tumors. It can detect various types of brain tumors, including glioma, pituitary tumors, and more. If no tumor is detected, it provides a no tumor.

Awesome Lists containing this project

README

          

# Brain Tumor Detection

![Braintumor](https://github.com/Dheerajjha451/BrainTumor/assets/106474979/9a87a801-cfe0-4dcb-b396-091b3c6e780d)

![Briantumor1](https://github.com/Dheerajjha451/BrainTumor/assets/106474979/2b1f52e9-e2c7-4d0d-b381-70c129b81420)

## Description

Brain Tumor Detection is a web application that allows users to upload an image for prediction whether it contains a brain tumor or not. It utilizes machine learning models to analyze the uploaded images.

This project was built using React.js for the frontend, incorporating features such as image upload, prediction using a pre-trained model, and displaying results.

## Features

- Image upload for prediction
- Display of prediction results (probability of tumor presence)
- Responsive design using Tailwind CSS
- Integration with machine learning model for prediction

## Installation

To run this project locally, follow these steps:

1. Clone the repository:

```bash
git clone https://github.com/Dheerajjha451/BrainTumor

2. Navigate into the project directory:
```bash
cd BrainTumor
3. Install dependencies:
```bash
npm install --force
4. Start the development server:
```bash
npm run dev