Skip to content
View neel-suthar's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report neel-suthar

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

  1. object_detection_CSE6363 object_detection_CSE6363 Public

    Implemented object detection project using YOLOv3. Used darknet53 algorithm for Keras model training. Used OpenCV for object detection on live webcam feed.

    Jupyter Notebook

  2. covid19_cases_global covid19_cases_global Public

    Simple web app made using Spring Boot which tracks covid cases as of today and displays the change in the number of cases compared to yesterday. Powered by -- https://github.com/CSSEGISandData/COVI…

    Java

  3. movie_recomm_system movie_recomm_system Public

    Built the movie recommendation system using my own implementation of the KNN algorithm along with the distance metric used to find similarity and preprocessing steps on a data.

    Jupyter Notebook

  4. daily_stars daily_stars Public

    Simple react web app which displays the astronomy picture of the day and some description. Made with NASA🚀 API.

    JavaScript

  5. kNN_classifier kNN_classifier Public

    Implemented the KNN algorithm from scratch and the functions to evaluate it with k-fold cross-validation (also from scratch). Also tried different distance measures and techniques to get better res…

    Jupyter Notebook

  6. fullyconnected_neural_network_from_scratch fullyconnected_neural_network_from_scratch Public

    Developed a fully connected neural network using NumPy only on the CIFAR10 dataset. Also, developed the network 2nd time using PyTorch.

    Jupyter Notebook