Skip to content
View vish-777's full-sized avatar
💭
Keep Calm and Show me your Source Code
💭
Keep Calm and Show me your Source Code

Block or report vish-777

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

Pinned Loading

  1. Smart-car-parking-using-a-pathfinder Smart-car-parking-using-a-pathfinder Public

    To use A star search algorithm to find the shortest path between nodes or graphs and use this as a pathfinder. It is an informed search algorithm, as it uses information about path cost and also us…

    JavaScript

  2. Facebook-Auto-Login-using-Selenium Facebook-Auto-Login-using-Selenium Public

    Selenium is designed to automate web browser interaction. It is primarily used to write scripts for actions users might take on your website, testing site functionality much faster than you could b…

    Python

  3. FIFA20-Data-Exploration-using-Python FIFA20-Data-Exploration-using-Python Public

    Using data Exploration techniques in order to uncover some initial patterns, insights and interesting points in your dateset. using a dateset consisting 5 CSV files, consisting of the data related …

    Jupyter Notebook

  4. Deep-learning-in-Fashion-category Deep-learning-in-Fashion-category Public

    objective is to create a neural network that gives basic computer vision capabilities to recognize different items of clothing.

    Python

  5. Linear-Regression-on-Boston-Housing-Dataset Linear-Regression-on-Boston-Housing-Dataset Public

    Applying the concepts of linear regression on the Boston housing dateset and training the given model using the Boston housing datasets.

    Jupyter Notebook 1

  6. Face-detection-using-OpenCV Face-detection-using-OpenCV Public

    Face detection using Haar cascades is a machine learning based approach where a cascade function is trained with a set of input data. OpenCV already contains many pre-trained classifiers for face, …

    Jupyter Notebook