Skip to content

Puigs/Detect-pneumonia_with_CNN_SVM_KNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

T-DEV-810 : zoidberg2.0

This project was carried out by :

Brayan Puigsagur did the CNN part

Clément L. did the pre-processing part

Gabriel B. did the KNN part

Manon V. did the SVM part

Introduction

Given some X-ray images, we will use machine learning to help doctors detecting pneumonia.

Getting started

Requirements

Managing environments

Conda allows you to create separate environments containing files, packages, and their dependencies that will not interact with other environments.

  1. Create a new environment and install a package in it.

We will name the environment zoidberg and install all the libraries and package of the IA.yml file. At the Anaconda Prompt or in your terminal window, type the following:

conda env create --file IA.yml -n zoidberg
  1. To use, or "activate" the new environment, type the following:
conda activate zoidberg
  1. To see a list of all your environments, type:
conda info --envs
  1. Change your current environment back to the default (base):
conda activate

The Models :

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published