softcodeln's Stars
iamhiman/grocery-store
Grocery Store Management written in C++.
ilam/grocery-management
Grocery Management System C++
awesto/django-shop
A Django based shop system
prachi-mate/Supermarket-Data-Analysis
This is a business intelligence project on analyzing super market data. Check out the README file for more details.
akhilesh-k/Lane-and-Vehicles-Detection
This repository contains works on a computer vision software pipeline built on top of Python to identify Lanes and vehicles in a video. This project is not part of Udacity SDCND but is based on other free courses and challanges provided by Udacity. It uses Computer vision and Deep Learrning Techniques. Few pipelines have been tried on SeDriCa, IIT Bombay.
udacity/self-driving-car
The Udacity open source self-driving car project
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
clementmihailescu/Pathfinding-Visualizer
A visualization tool for various pathfinding algorithms.
clementmihailescu/Pathfinding-Visualizer-Tutorial
Tutorial for my original Pathfinding Visualizer project.
shreyas0906/Object-detection-with-deep-learning-and-sliding-window
Introduces an approach for object detection in an image with sliding window. The repository contains three files, make_data.py reads the image in gray scale and converts the image into a numpy array. The labels are also appended based on the file name. In this case, if the file name starts with "trn", then 1 is appended else 0. Finally, all the images and labels are saved into .npy file. The test-model-1.py file loads the images and converts the labels into two categories as we are doing binary classification of images. The model is built using keras with theano as backend. In this case, the best training accuracy was 80% since the data was just 500 images and the testing accuracy was 67%
andrewssobral/vehicle_detection_haarcascades
Vehicle Detection by Haar Cascades with OpenCV
Zackhardtoname/internships
A collection of internship applications in a fancy excel-like website
IBM/powerai-counting-cars
Run a Jupyter Notebook to detect, track, and count cars in a video using Maximo Visual Insights (formerly PowerAI Vision) and OpenCV
fastai/course-v3
The 3rd edition of course.fast.ai
datasciencescoop/Data-Science--Cheat-Sheet
Cheat Sheets
mahehu/TUT-live-age-estimator
Python implementation of a live deep learning based age/gender/expression recognizer
ujjwalkarn/DataSciencePython
common data analysis and machine learning tasks using python
ZuzooVn/machine-learning-for-software-engineers
A complete daily plan for studying to become a machine learning engineer.
JosPolfliet/awesome-ai-usecases
A list of awesome and proven Artificial Intelligence use cases and applications
karan/Projects
:page_with_curl: A list of practical projects that anyone can solve in any programming language.
llSourcell/learn_math_fast
This is the Curriculum for "How to Learn Mathematics Fast" By Siraj Raval on Youtube
Olshansk/interview
Everything you need to prepare for your technical interview
pytorch/tutorials
PyTorch tutorials.
owainlewis/awesome-artificial-intelligence
A curated list of Artificial Intelligence (AI) courses, books, video lectures and papers.
christine-hu/summer-2019-internships
A document to help undergraduates keep track of software engineering internship opportunities.
rouseguy/intro2stats
Introduction to Statistics using Python
coursera-dl/coursera-dl
Script for downloading Coursera.org videos and naming them.
coursera-dl/edx-dl
A simple tool to download video lectures from edx.org (and other openedx sites)
jwasham/coding-interview-university
A complete computer science study plan to become a software engineer.
TheAlgorithms/Python
All Algorithms implemented in Python