Giter Site home page Giter Site logo

shivpalsw / pulmodetect-image-analysis Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 62.73 MB

PulmoDetect Image Analysis

License: MIT License

Python 35.88% Jupyter Notebook 50.30% HTML 12.44% Dockerfile 0.19% Shell 1.19%
aws-cli aws-ec2 aws-ecr dagshub deep-learning docker dvc-pipeline jenkins mlflow python3

pulmodetect-image-analysis's Introduction

PulmoDetect-Image-Analysis

PulmoDetect Image Analysis

MLFLOW DagsHub conenction URI

MLFLOW_TRACKING_URI=https://dagshub.com/shivpalSW/PulmoDetect-Image-Analysis.mlflow \

MLFLOW_TRACKING_USERNAME=shivpalSW \

MLFLOW_TRACKING_PASSWORD=fd9835dc3730b9bbb51bd3649a76d8c3cbbe007f \

python script.py

Run below commands from gitbash terminal

export MLFLOW_TRACKING_URI= https://dagshub.com/shivpalSW/PulmoDetect-Image-Analysis.mlflow 

export MLFLOW_TRACKING_USERNAME=shivpalSW 

export MLFLOW_TRACKING_PASSWORD=fd9835dc3730b9bbb51bd3649a76d8c3cbbe007f 

python script.py

DagsHub Tracking UI

alt text

MLFLOW Tracking UI

alt text

dvc commands used on gitbash & DVC DAG

  1. dvc init
  2. dvc repro
  3. dvc dag alt text

NOTE:

  1. Initially mannual trigger has been set for "jenkin tracking" later on it is set to "Automatic" by making chenges in the "main.yml" file.Once after making any changes in the code & after codepush to github the jenkins will trigger the build automatically.

VGGNet-16 Architecture

The input of VGG is set to an RGB image of 224x244 size. The average RGB value is calculated for all images on the training set image, and then the image is input as an input to the VGG convolution network. A 3x3 or 1x1 filter is used, and the convolution step is fixed. . There are 3 VGG fully connected layers, which can vary from VGG11 to VGG19 according to the total number of convolutional layers + fully connected layers. The minimum VGG11 has 8 convolutional layers and 3 fully connected layers. The maximum VGG19 has 16 convolutional layers. +3 fully connected layers. In addition, the VGG network is not followed by a pooling layer behind each convolutional layer, or a total of 5 pooling layers distributed under different convolutional layers. The following figure is VGG Structure diagram: alt text alt text VGG16 contains 16 layers and VGG19 contains 19 layers. A series of VGGs are exactly the same in the last three fully connected layers. The overall structure includes 5 sets of convolutional layers, followed by a MaxPool. The difference is that more and more cascaded convolutional layers are included in the five sets of convolutional layers. alt text

pulmodetect-image-analysis's People

Contributors

shivpalsw 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.