Skip to content

jkira1/ece539_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Skin Cancer Detection and Classification

Project Description

This repository contains a collaborative machine learning project focused on classifying skin cancer from images and also checking if they are benign or not. The project uses pretrained CNN models such as ResNet50 to achieve this goal. The data from kaggle which splits the data to test and train as well as their labels as benign or malignant. Note: The data is large and cannot be directly zipped to github, either download directly from kaggle or use the code from the datasets folder to download to your directory. (https://drive.google.com/file/d/1KYPminN0r-CTWlRcowdrvKeM6dv2I3lD/view)


Repository Structure

  • src/: This folder contains the main codebase, including model training, evaluation scripts, and utility functions.
  • datasets/: All data files (such as .csv, .json, etc.) used for training/testing models are stored here.
  • documentation/: Place any research, background information, diagrams, or important references here for team knowledge sharing.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors