Pinned Repositories
aima-java
Java implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
aima-python
Python implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
anagrams_starter
banker_ANN
book_locator
cat-vs-dog
Object-Detection
A python script named "object_detection.py" which with the help of the SSD model, detects about 20 different labelled objects (defined in the VOC_CLASSES dictionary) in a short video. Here it detects a dog bouncing off in a garden, and also few people in the video frames.
smile_detection
Python script for detecting happiness(smiles) with the help of the xml files for haar like features of face and smiles, and the OpenCV library "cv2"
SQLAlchemy
The_Complete_Assignment_Problem
Assignment problem in Python for balanced minimization, unbalanced minimization, balanced maximization, unbalanced maximization problems
snigdharao28's Repositories
snigdharao28/Object-Detection
A python script named "object_detection.py" which with the help of the SSD model, detects about 20 different labelled objects (defined in the VOC_CLASSES dictionary) in a short video. Here it detects a dog bouncing off in a garden, and also few people in the video frames.
snigdharao28/smile_detection
Python script for detecting happiness(smiles) with the help of the xml files for haar like features of face and smiles, and the OpenCV library "cv2"
snigdharao28/SQLAlchemy
snigdharao28/The_Complete_Assignment_Problem
Assignment problem in Python for balanced minimization, unbalanced minimization, balanced maximization, unbalanced maximization problems
snigdharao28/aima-java
Java implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
snigdharao28/aima-python
Python implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
snigdharao28/anagrams_starter
snigdharao28/banker_ANN
snigdharao28/book_locator
snigdharao28/cat-vs-dog
snigdharao28/python-packages-usage
snigdharao28/DeepAudioClassification
Finding the genre of a song with Deep Learning
snigdharao28/face_detection_opencv
Python script which detects the face(s) [blue rectangle] and eyes [green rectangles] with the help of the OpenCV library "cv2", two xml files for cascading the haar like features for the face and the eyes which are loaded in the beginning, and a user-defined function for defining the rectangles.
snigdharao28/fuzzy-train
snigdharao28/gtaV_ai_agent
snigdharao28/guide
A collection of easy-to-understand guides to programming tools
snigdharao28/HackerRank
HackerRank solutions
snigdharao28/How_to_make_a_tensorflow_image_classifier_LIVE
snigdharao28/machine_learning_examples
A collection of machine learning examples and tutorials.
snigdharao28/music-genre-classification
Recognizing the genre of music files using machine learning and deep learning models (Course Project for CS 698 - Computational Audio)
snigdharao28/nltk_sentdex
snigdharao28/RESTful_app
snigdharao28/snake_game_python
snigdharao28/speech
snigdharao28/statistics
mean, variance, standard deviations of a given dataset using numpy and pandas
snigdharao28/TextToSpeech
snigdharao28/Transfer_Learning