Added Data Science Project: Brain tumor detector and classification#3
Added Data Science Project: Brain tumor detector and classification#3anubhav9369 wants to merge 2 commits into
Conversation
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (300)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Tip Migrating from UI to YAML configuration.Use the |
|
Good project for data science |
tkarim45
left a comment
There was a problem hiding this comment.
Thanks for the contribution! The brain tumor detection project looks interesting, but there are a few issues that need to be addressed before this can be merged:
1. Dataset images should not be committed to Git (~3,000 image files)
Committing the entire dataset directly into the repository will permanently bloat the repo size and make cloning very slow. Please:
- Remove the
Dataset 1/directory from the PR - Host the dataset externally (e.g., Kaggle, Google Drive, or Hugging Face)
- Add a download link and instructions in the README
2. Binary model file (brain_tumor_model.tflite)
Large binary files don't belong in Git history. Please:
- Remove
brain_tumor_model.tflitefrom the PR - Either provide a link to download it, or include instructions to train/generate it
3. README improvements
- Add instructions for how to download the dataset and model
- Include setup/installation steps (dependencies, Python version, etc.)
Once these changes are made, I'd be happy to review again!
📌 Description
This PR adds a beginner-friendly data science project.
🚀 Features
🔧 Tech Stack
Python, Pandas, Scikit-learn
🙌 Contribution
This project is added as part of open-source contribution.****