Pinned Repositories
Algorithms
A repository of different Algorithms and Data Structures implemented in many programming languages.
Best-websites-a-programmer-should-visit
:link: Some useful websites for programmers.
car_price_predictor
Clone-invisible-using-opencv
Removing a person from a background is indeed an interesting and awkwardly surprising task. In this guide, I want to show step by step how to remove a person from a live stream using OpenCV with Python.
Clone-Invisible-with-Grey-scale-
Removing a person from a background is indeed an interesting and awkwardly surprising task. In this guide, I want to show step by step how to remove a person from a live stream using OpenCV with Python.
Code-with-love
Open source programming algorithms
FreeCodeCamp-Projects
This repo is for coders who are looking to contribute & participate in Hacktoberfest. Please do star the repo if y'all liked it!
hacktoberfest-swag-list
Multiple companies give out swag for Hacktoberfest, and this repo tries to list them all.
Hacktoberfest2020
An example repository to learn how to contribute to open source for Hacktoberfest 2020
Personal-Portfolio
ayushi-blip's Repositories
ayushi-blip/FreeCodeCamp-Projects
This repo is for coders who are looking to contribute & participate in Hacktoberfest. Please do star the repo if y'all liked it!
ayushi-blip/Personal-Portfolio
ayushi-blip/Algorithms
A repository of different Algorithms and Data Structures implemented in many programming languages.
ayushi-blip/Best-websites-a-programmer-should-visit
:link: Some useful websites for programmers.
ayushi-blip/car_price_predictor
ayushi-blip/Clone-invisible-using-opencv
Removing a person from a background is indeed an interesting and awkwardly surprising task. In this guide, I want to show step by step how to remove a person from a live stream using OpenCV with Python.
ayushi-blip/Clone-Invisible-with-Grey-scale-
Removing a person from a background is indeed an interesting and awkwardly surprising task. In this guide, I want to show step by step how to remove a person from a live stream using OpenCV with Python.
ayushi-blip/Code-with-love
Open source programming algorithms
ayushi-blip/hacktoberfest-swag-list
Multiple companies give out swag for Hacktoberfest, and this repo tries to list them all.
ayushi-blip/Hacktoberfest2020
An example repository to learn how to contribute to open source for Hacktoberfest 2020
ayushi-blip/Hand-Working-Recognition
ayushi-blip/House-price-prediction
Housing Price Prediction using Makchine learning with Scikit learn modules
ayushi-blip/Machine-Learning-with-R-datasets
Formatted datasets for Machine Learning With R by Brett Lantz
ayushi-blip/machinelearning
My blogs and code for machine learning. http://cnblogs.com/pinard
ayushi-blip/My-FreeCodeCamp-Code
My code from the bootcamp.
ayushi-blip/My-Smart-Buy
Django webapp that scrapes all the required product information like prices ,name, rating , images ,description etc from popular eCommerce websites.The website can be used to compare similar products at different eCommerce stores which will reduce the time given for online shopping.
ayushi-blip/open-event-frontend
The frontend for the Open Event API Server https://open-event-frontend.now.sh
ayushi-blip/ShivMani-Echo
This is my personal AI Desktop voice assistant using python and speech Recognition
ayushi-blip/Shivmani_Echo
Installing First, make sure you have all the requirements listed in the “Requirements” section. The easiest way to install this is using pip install SpeechRecognition. Otherwise, download the source distribution from PyPI, and extract the archive. In the folder, run python setup.py install. Requirements To use all of the functionality of the library, you should have: Python 2.6, 2.7, or 3.3+ (required) PyAudio 0.2.11+ (required only if you need to use microphone input, Microphone) PocketSphinx (required only if you need to use the Sphinx recognizer, recognizer_instance.recognize_sphinx) Google API Client Library for Python (required only if you need to use the Google Cloud Speech API, recognizer_instance.recognize_google_cloud) FLAC encoder (required only if the system is not x86-based Windows/Linux/OS X) The following requirements are optional, but can improve or extend functionality in some situations: On Python 2, and only on Python 2, some functions (like recognizer_instance.recognize_bing) will run slower if you do not have Monotonic for Python 2 installed. If using CMU Sphinx, you may want to install additional language packs to support languages like International French or Mandarin Chinese. The following sections go over the details of each requirement. Python The first software requirement is Python 2.6, 2.7, or Python 3.3+. This is required to use the library.
ayushi-blip/WriteUtils
A tool for analyzing, editing some text in django backend