Skip to content
View RoshanTanisha's full-sized avatar
Block or Report

Block or report RoshanTanisha

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
RoshanTanisha/README.md

Hi there 👋

I am a Human Machine making Machines Human Like

Pinned

  1. roshantanisha.github.io roshantanisha.github.io Public

    Blog

    CSS

  2. url-classification url-classification Public

    Machine Learning model for URL Reputation dataset from UCI ML Repository

    Python 5 2

  3. ML_GDG ML_GDG Public

    Google Developer Group Ahmedabad - Machine Learning for Imbalanced Class Distributions Session code

    Jupyter Notebook 1

  4. covid19 covid19 Public archive

    Classification of whether the person is infected by COVID19 or not, based on 136 COVID19 XRay images, and 100 Normal XRay images.

    Python 1

  5. MNIST_ALL MNIST_ALL Public

    MNIST code with different classifier using sklearn and tflearn library in Python

    Jupyter Notebook

  6. Simple script to detect face from ca... Simple script to detect face from camera using OpenCV
    1
    import numpy as np
    2
    import os, sys, math
    3
    import matplotlib.pyplot as plt
    4
    import cv2
    5
    import copy