Code Monkey home page Code Monkey logo

keras-chest_r-ray-analysis's Introduction

keras-chest_x-ray-analysis

MIT Licence

brain scan image


What this is

A tensorflow model written in Python

What this does

In particular, it uses a dataset of images to create a model that can distinguish between chest images that have and don't have cancer.

Motivation and what I have learned

Tensorflow 2.4 was implemented as part of this project to gain a deeper understanding of the software and to serve as an example for other similar projects in the future.

As a programming enthusiast in this subfield, I considered tensorflow to be the best machine learning framework available. My choice of technology is based on this.

Besides learning more about the framework and machine learning, I also gained a better understanding of programming and how it works in real time.

Main difficulties and how it stand out

To be able to complete the project, I had to figure out and comprehend what had to be written.

This project stands out from the crowd due to its concise code. Furthermore, the model is easy to use and intuitive.


Install dependencies

Upgrade pip and install pipenv

pip install --upgrade --user pip

pip install --upgrade virtualenv

Create and activate the virtual enviroment.The python version already needs to be installed in your pc

I am using this python version because at the moment this python version is compatible with tensorflow and keras

virtualenv envname

Activate it:

Windows:

envname\Scripts\activate

macOS/Linux:

envname/bin/activate

Install necessary modules and activate it

pip install tensorflow==2.4.1 pandas==1.2.4 numpy==1.2 ipykernel

Make sure the code runs on a jupyter notebook

python -m ipykernel install --name=envname

Start jupyter notebook

cd ../..

jupyter notebook

Dataset used: https://www.kaggle.com/paultimothymooney/chest-xray-pneumonia

keras-chest_r-ray-analysis's People

Contributors

tiagomonteiro0715 avatar imgbotapp avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.