Git Product home page Git Product logo

11fenil11 / covid19-detection-using-chest-x-ray Goto Github PK

View Code? Open in Web Editor NEW
45.0 45.0 25.0 34.52 MB

Covid-19 detection in chest x-ray images using Convolution Neural Network.

License: MIT License

Jupyter Notebook 97.00% Python 1.02% CSS 0.42% JavaScript 0.68% HTML 0.87%
chest-xray-images classification cnn computer-vision convolutional-neural-networks covid-19 covid-19-detection deep-learning deep-neural-networks deeplearning relu sigmoid

covid19-detection-using-chest-x-ray's Introduction

Hello world!ย 

Linkedin Badge Leetcode GitHub followers Gmail Badge

https://drive.google.com/drive/folders/1eRSLDQr3ClYAXHO6sPSWz5bcUKfQejKu

  • I'm Fenil Parmar, Master's in Applied Computer Science Student at ๐Ÿ‘จโ€๐Ÿ’ป Dalhousie University, Nova Scotia, Canada.

  • I am proficient problem solver and tech enthusiastic. I would love to be a Software Engineer where I can provide significant contribution with high learning curve.

#include<bits/stdc++.h>
using namespace std;

class Fenil {

  private: 
    string name = "Fenil Milankumar Parmar";
    string emailId = "[email protected]";
    string university = "Dalhousie University, Halifax, NS, Canada";
  public:  
    vector<string> skills;

  Fenil() {
    skills.push_back("Software Engineering");
    skills.push_back("Problem Solving");
    skills.push_back("Cloud Computing");
    skills.push_back("Web Development");    
  }

  map<string, string> profileInfo() {
    map<string, string> info;
    info["name"] = name;
    info["emailId"] = emailId;
    info["university"] = university;
    return info;
  }

  vector<string> preferredProgrammingLanguages() {
    vector<string> languages {"C++", "Java", "Python", "JavaScript"};
    return languages;
  }

  string careerGoal() {
    priority_queue<string> careerGoal;
    careerGoal.push("Software Engineering using Java, C++, Python");
    careerGoal.push("Web Developer using MERN Stack and Cloud Technologies");
    careerGoal.push("Machine Learning and Data Science");
    return careerGoal.top();
  }
}; 

int main(){
  Fenil hireFenil;
  return 0;
}


๐Ÿง About

  • ๐Ÿ”ญ Iโ€™m currently working on MERN Stack Web development project with AWS services.
  • ๐ŸŒฑ Iโ€™m currently learning cloud technologies, problem solving, and system designing.
  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on C++, Java, Python, or JavaScript based project.
  • ๐Ÿ’ฌ Ask me about Software Engineering, Problem solving, and Cloud.
  • ๐Ÿ˜„ Pronouns: He/Him
  • โšก Fun fact: I'm Nephophile, Person who love clouds โ˜๏ธ, exploring beauty of Cumulonimbus, Cumulus , and Cirrus.

covid19-detection-using-chest-x-ray's People

Contributors

11fenil11 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

covid19-detection-using-chest-x-ray's Issues

hello

I downloaded your project, but you didn't say how to run it in README. I'm a beginner. Can you tell me how to run it?

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.