Skip to content
#

detection-model

Here are 59 public repositories matching this topic...

Considering the big change that the world is facing, as well as our lives due to the COVID-19, we provide to people and companies a complete open-source tool to analyze the social distancing for streets, parks, offices, and even crowded places like malls, train stations, and others.

  • Updated Jun 22, 2022
  • Python

An image recognition/object detection model that detects handwritten digits and simple math operators. The output of the predicted objects (numbers & math operators) is then evaluated and solved.

  • Updated Apr 16, 2018
  • Python

Convolution Neural Network to predict Skin cancer. Skin cancer is considered as one of the most dangerous types of cancers and there is a drastic increase in the rate of deaths due to lack of knowledge on the symptoms and their prevention. Thus, early detection at premature stage is necessary so that one can prevent the spreading of cancer. Skin cancer is further divided into various types out of which the most hazardous ones are Melanoma, Basal cell carcinoma and Squamous cell carcinoma. This project is about detection of skin cancer using machine learning and image processing techniques. This model takes in image as input and tells you whether your skin cancer is Malignant or Benign. I got this dataset online. I trained this model for 25 epochs and achieved an accuracy of 89%. The Convolution Layer extracts the features of the images and is passed through a Deep Neural Network which uses Relu and sigmoid Activation functions to give us the final Output.

  • Updated Aug 30, 2021
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the detection-model topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the detection-model topic, visit your repo's landing page and select "manage topics."

Learn more