Pinned Repositories
15.071x-The-Analytics-Edge-in-Python
15.071x The Analytics Edge from edX in Python
Ad-Click-Prediction
Machine learning models to improve AUC scores in large-scale, highly skewed datasets.
amazon-clone
A clone of Amazon.com 🛒 created using ReactJS, Firebase, and Stripe
ArraySum
Given a list of numbers and a number k, return whether any two numbers from the list add up to k. For example, given [10, 15, 3, 7] and k of 17, return true since 10 + 7 is 17.
blog_api
Backend for Social Media Application using NodeJS, ExpressJS and MongoDB
cv
Data-Science-Projects
Fabulous Data Science Projects.
diabetes-detection
PracticeQuestions
This is the repository where I will upload 5 questions/ day that I practice from geeksforgeeks website.
simon-game
A fun memory game created using HTML, CSS and jQuery.
farzams101's Repositories
farzams101/amazon-clone
A clone of Amazon.com 🛒 created using ReactJS, Firebase, and Stripe
farzams101/ArraySum
Given a list of numbers and a number k, return whether any two numbers from the list add up to k. For example, given [10, 15, 3, 7] and k of 17, return true since 10 + 7 is 17.
farzams101/blog_api
Backend for Social Media Application using NodeJS, ExpressJS and MongoDB
farzams101/PracticeQuestions
This is the repository where I will upload 5 questions/ day that I practice from geeksforgeeks website.
farzams101/simon-game
A fun memory game created using HTML, CSS and jQuery.
farzams101/15.071x-The-Analytics-Edge-in-Python
15.071x The Analytics Edge from edX in Python
farzams101/Ad-Click-Prediction
Machine learning models to improve AUC scores in large-scale, highly skewed datasets.
farzams101/cv
farzams101/Data-Science-Projects
Fabulous Data Science Projects.
farzams101/diabetes-detection
farzams101/Drum-Kit
This is a 🥁 kit I created while learning Web Development
farzams101/farzams101
farzams101/github-slideshow
A robot powered training repository :robot:
farzams101/GitLearningRepo
This repo is a part of Git Learning tutorial on Apni Kaksha
farzams101/js-simple-typing-game
This is a typing game created using HTML, CSS and JavaScript that can be run in the browser.
farzams101/Machine-Learning-Notebooks
15+ Machine/Deep Learning Projects in Ipython Notebooks
farzams101/Machine-Learning-Projects
Machine Learning Experiments and Work
farzams101/Movies-Analytics-in-Spark-and-Scala
Data cleaning, pre-processing, and Analytics on a million movies using Spark and Scala.
farzams101/py
Repository to store sample python programs for python learning
farzams101/Social-Distance-Detection-using-OpenCV
farzams101/Sudoku-Solver-AI
I made a real time Sudoku solver using the camera, it looks for the edges of the Sudoku in the frame, extracts it, solves it and overlays the solution on the puzzle itself. For the digit recognition, I used a CNN, trained using Keras with printed characters from the different ubuntu fonts. For the image processing part, I used OpenCV for the edge detection.