Skip to content

beamaia/oral_cancer_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🦷 UFES Oral Cancer Dataset - CNN Classification

This repository has two main goals:

  1. Analyse the perfomance of different models when used to classify histopathology images.
  2. Create an organized architecture that's easy to deploy and understand.

Right now, it's a work in progress.

Enviornment

This application was made using Python 3.10.4. In order to create the repo renviornment, run the following commands:

python3 -m venv venv

To run the enviornment:

on linux/mac: source venv/bin/activate
on windows: venv/Scripts/activate

To exit the enviornment:

deactivate

About

Analysis of oral cancer dataset from UFES

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages