Project Name :Sudoku
Language Used : Python
Libraries Used :Numpy, TensorFlow
Description :Sudoku is a popular number puzzle that requires you to fill blanks in a 9X9 grid with digits so that each column, each row, and each of the nine 3×3 subgrids contains all of the digits from 1 to 9. There have been various approaches to solving that, including computational ones. In this project, I show that simple convolutional neural networks have the potential to crack Sudoku without any rule-based postprocessing.
Project Link :https://github.com/Kyubyong/sudoku
Project made by :Kyubyong Park
Language Used : Python
Libraries Used :Numpy, TensorFlow
Description :Sudoku is a popular number puzzle that requires you to fill blanks in a 9X9 grid with digits so that each column, each row, and each of the nine 3×3 subgrids contains all of the digits from 1 to 9. There have been various approaches to solving that, including computational ones. In this project, I show that simple convolutional neural networks have the potential to crack Sudoku without any rule-based postprocessing.
Project Link :https://github.com/Kyubyong/sudoku
Project made by :Kyubyong Park
Project Name :Geolocation
Technology Used :Arduino
Description :This is the code for getting location onto your ESP8266 board without using any GPS harware or GPS module. This code uses Google Geolocation API for fetching location
Project Link : https://github.com/techiesms/Geolocation
Project made by :Sachin Soni
Technology Used :Arduino
Description :This is the code for getting location onto your ESP8266 board without using any GPS harware or GPS module. This code uses Google Geolocation API for fetching location
Project Link : https://github.com/techiesms/Geolocation
Project made by :Sachin Soni
GitHub
GitHub - techiesms/Geolocation: This is the code for getting location onto your ESP8266 board without using any GPS harware or…
This is the code for getting location onto your ESP8266 board without using any GPS harware or GPS module. This code uses Google Geolocation API for fetching location - techiesms/Geolocation
Those who wanted project on Machine Learning, here is one project for beginner level.
Project Name : Email Spam Classification using Scikit-learn
Project Video Link : https://youtu.be/exHwwy9kVcg
The dataset required for the project will be found in videos description
Project Credits :Code Heroku YouTube channel
If any member finds more projects like this please share the projects by filling form given in pinned message, this will help others.
Project Name : Email Spam Classification using Scikit-learn
Project Video Link : https://youtu.be/exHwwy9kVcg
The dataset required for the project will be found in videos description
Project Credits :Code Heroku YouTube channel
If any member finds more projects like this please share the projects by filling form given in pinned message, this will help others.
YouTube
Email Spam Classification Scikit-Learn | Machine learning Projects for Beginners
Email Spam Detection is perhaps one of the most popular Machine Learning projects for beginners. In this video we will be using Scikit-learn to build a SVM classifier that can detect classify emails as Spam or Ham (not spam).
Watch the entire course: ht…
Watch the entire course: ht…
Project Name : Malaria Detection with Machine Learning
Project Video link : https://youtu.be/-q9YcDijyaI
Complete code used in video : https://github.com/codeheroku/Introduction-to-Machine-Learning/tree/master/Malaria%20Detection
For Dataset check the videos description
Project credits : Code Heroku ( YouTube channel)
Project Video link : https://youtu.be/-q9YcDijyaI
Complete code used in video : https://github.com/codeheroku/Introduction-to-Machine-Learning/tree/master/Malaria%20Detection
For Dataset check the videos description
Project credits : Code Heroku ( YouTube channel)
YouTube
Malaria Detection with Machine Learning | Machine Learning Projects
Millions of cases of Malaria are reported every year in India and other developing countries. In this video we build a Machine Learning / Computer vision solution that can help detecting presence of Malaria parasite in image of blood cell. We do this by using…
Project Name : Face Recognition
Language Used : Python
Libraries Used : face_recognition, cv2, numpy
Description : A simple face recognition script that identifies and classifies all faces in an image.
Project Link : https://github.com/techwithtim/Face-Recognition
Project credits : Tech With Tim( YouTube channel)
Language Used : Python
Libraries Used : face_recognition, cv2, numpy
Description : A simple face recognition script that identifies and classifies all faces in an image.
Project Link : https://github.com/techwithtim/Face-Recognition
Project credits : Tech With Tim( YouTube channel)
GitHub
GitHub - techwithtim/Face-Recognition: A simple face recognition script that identifies and classifies all faces in an image.
A simple face recognition script that identifies and classifies all faces in an image. - techwithtim/Face-Recognition
Project Name : Weather App
Language Used : JavaScript
Description : Weather app with darksky api.
Project Link : https://github.com/DevEdwin/weather-app
Project made by : Simo Edwin (Dev Edwin)
Language Used : JavaScript
Description : Weather app with darksky api.
Project Link : https://github.com/DevEdwin/weather-app
Project made by : Simo Edwin (Dev Edwin)
GitHub
DevEdwin/weather-app
Weather app with darksky api. Contribute to DevEdwin/weather-app development by creating an account on GitHub.
Project Name : Rock Paper and Scissors Game
Language Used : JavaScript
Description : Play a game of Rock, Paper And Scissors vs the computer
Project Link : https://github.com/echo7yankee/rock-paper-scissors
Project made by : Dragos Ifrim
Language Used : JavaScript
Description : Play a game of Rock, Paper And Scissors vs the computer
Project Link : https://github.com/echo7yankee/rock-paper-scissors
Project made by : Dragos Ifrim
GitHub
echo7yankee/rock-paper-scissors
Play a game of Rock, Paper And scissors vs the computer - echo7yankee/rock-paper-scissors
Project Name : Django Weather App
Language Used : Python
Framework Used : django
Description : This is a weather app in Django , it shows current weathers in multiple cities. You can add cities of your choice and can delete existing cities. I used Python Requests to call the Open Weather Map API.
Project Link : https://github.com/smahesh29/Weather-App
Project credits : Mahesh Sawant
Language Used : Python
Framework Used : django
Description : This is a weather app in Django , it shows current weathers in multiple cities. You can add cities of your choice and can delete existing cities. I used Python Requests to call the Open Weather Map API.
Project Link : https://github.com/smahesh29/Weather-App
Project credits : Mahesh Sawant
GitHub
smahesh29/Weather-App
This is a weather app in Django , it shows current weathers in multiple cities. You can add cities of your choice and can delete existing cities. I used Python Requests to call the Open Weather Map...
Project Name : Live Cricket Score Board
Technology Used : IoT
Description : Live cricket score board using Nodemcu and LCD Display
Project Link : https://github.com/techiesms/Live-Cricket-Score-Board-project
Project Video Link : https://youtu.be/ZYIrarBy3vg
Project Credits : techiesms( YouTube channel)
Technology Used : IoT
Description : Live cricket score board using Nodemcu and LCD Display
Project Link : https://github.com/techiesms/Live-Cricket-Score-Board-project
Project Video Link : https://youtu.be/ZYIrarBy3vg
Project Credits : techiesms( YouTube channel)
GitHub
techiesms/Live-Cricket-Score-Board-project
This repository contains the code for the project live cricket score board using Nodemcu and LCD Display - techiesms/Live-Cricket-Score-Board-project
Project Name : Handwriting Recognition System
Language Used : Python
Libraries Used : Tensorflow, opencv-python
Description : Handwriting Recognition System based on a deep Convolutional Recurrent Neural Network architecture
Project Link : https://github.com/0x454447415244/HandwritingRecognitionSystem
Project Credits : Edgard Chammas
Language Used : Python
Libraries Used : Tensorflow, opencv-python
Description : Handwriting Recognition System based on a deep Convolutional Recurrent Neural Network architecture
Project Link : https://github.com/0x454447415244/HandwritingRecognitionSystem
Project Credits : Edgard Chammas
GitHub
GitHub - 0x454447415244/HandwritingRecognitionSystem: Handwriting Recognition System based on a deep Convolutional Recurrent Neural…
Handwriting Recognition System based on a deep Convolutional Recurrent Neural Network architecture - 0x454447415244/HandwritingRecognitionSystem
Project Name : Facial Recognition Door
Technology Used : IoT
Description : Home security systems are a growing field of projects for Makers. A self-built system is not only less expensive than a bulky professional installation, but it also allows for total control and customization to suit your needs.
With the introduction of Microsoft's Project Oxford, facial recognition applications are now more accessible to makers than ever before. This project utilizes a Raspberry Pi, basic Webcam, and an internet connection to create a door that unlocks itself via facial recognition. If the visitor at the door is recognized, the door will unlock!
Project Link : https://github.com/microsoft/Windows-iotcore-samples/tree/develop/Demos/Facial-Recognition-Door
Steps : https://microsoft.hackster.io/en-US/windows-iot/windows-iot-facial-recognition-door-e087ce
➖@programmers_buddy➖
Technology Used : IoT
Description : Home security systems are a growing field of projects for Makers. A self-built system is not only less expensive than a bulky professional installation, but it also allows for total control and customization to suit your needs.
With the introduction of Microsoft's Project Oxford, facial recognition applications are now more accessible to makers than ever before. This project utilizes a Raspberry Pi, basic Webcam, and an internet connection to create a door that unlocks itself via facial recognition. If the visitor at the door is recognized, the door will unlock!
Project Link : https://github.com/microsoft/Windows-iotcore-samples/tree/develop/Demos/Facial-Recognition-Door
Steps : https://microsoft.hackster.io/en-US/windows-iot/windows-iot-facial-recognition-door-e087ce
➖@programmers_buddy➖
GitHub
microsoft/Windows-iotcore-samples
Official code samples repository for Windows 10 Internet of Things (IoT) - microsoft/Windows-iotcore-samples
Project Name : Robotic Arm
Technology Used : IoT
Description : The software runs on Arduino Yun board while the control interface uses Blynk app. The forward kinematics are implemented in Metlab which communicates with the Arduino Yun via the Serial port.
Working : https://youtu.be/B4DPD9VfmHA
Project Steps : https://www.instructables.com/id/Arduino-IoT-Robotic-Arm/
Motion Generator Library : https://github.com/EmanuelFeru/MotionGenerator
➖@programmers_buddy➖
Technology Used : IoT
Description : The software runs on Arduino Yun board while the control interface uses Blynk app. The forward kinematics are implemented in Metlab which communicates with the Arduino Yun via the Serial port.
Working : https://youtu.be/B4DPD9VfmHA
Project Steps : https://www.instructables.com/id/Arduino-IoT-Robotic-Arm/
Motion Generator Library : https://github.com/EmanuelFeru/MotionGenerator
➖@programmers_buddy➖
YouTube
Arduino-Blynk Robotic Arm with forward kinematics
This is my first 5 DOF robotic arm that I built from scratch and I am very happy with the result. The software runs on an Arduino Yun board while the control interface uses Blynk app.
The forward kinematics are implemented in Matlab which communicates with…
The forward kinematics are implemented in Matlab which communicates with…
Project Name : Obstacle Avoiding Car
Technology Used : IoT
Description : Arduino Obstacle Avoiding Car.
Project Steps Video : https://youtu.be/1n_KjpMfVT0
Project Code Link : http://www.mediafire.com/file/9b9sdwghbv105ll/ARDUINO_OBSTACLE_AVOIDING_CAR.ino/file
Project Libraries Link : https://m.mediafire.com/folder/mkevljzuq4ayd/Library
Circuit Diagram : http://www.mediafire.com/file/ayrtt9bof11heth/Circuit_Diagram.jpg/file
Project Credits : DIY Builder (YouTube channel)
➖@programmers_buddy➖
Technology Used : IoT
Description : Arduino Obstacle Avoiding Car.
Project Steps Video : https://youtu.be/1n_KjpMfVT0
Project Code Link : http://www.mediafire.com/file/9b9sdwghbv105ll/ARDUINO_OBSTACLE_AVOIDING_CAR.ino/file
Project Libraries Link : https://m.mediafire.com/folder/mkevljzuq4ayd/Library
Circuit Diagram : http://www.mediafire.com/file/ayrtt9bof11heth/Circuit_Diagram.jpg/file
Project Credits : DIY Builder (YouTube channel)
➖@programmers_buddy➖
YouTube
How To Make A DIY Arduino Obstacle Avoiding Car At Home
Hello Guys, In this tutorial, I am going to show you how to make a DIY Arduino Obstacle Avoiding Car. So let's get started :)
Subscribe Its Free https://bit.ly/2WlyA8Y
------------------------------------------------------------
Find electronic compone…
Subscribe Its Free https://bit.ly/2WlyA8Y
------------------------------------------------------------
Find electronic compone…
Project Name : Tensorflow Object Detection
Language Used : Python
Library Used : Tensorflow
Description : How to train a TensorFlow Object Detection Classifier for multiple object detection on Windows.
Project Link : https://github.com/EdjeElectronics/TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10
Project Credits : Even
➖@programmers_buddy➖
Language Used : Python
Library Used : Tensorflow
Description : How to train a TensorFlow Object Detection Classifier for multiple object detection on Windows.
Project Link : https://github.com/EdjeElectronics/TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10
Project Credits : Even
➖@programmers_buddy➖
GitHub
GitHub - EdjeElectronics/TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10: How to train a TensorFlow…
How to train a TensorFlow Object Detection Classifier for multiple object detection on Windows - EdjeElectronics/TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10
Tutorial Name : How to Set Up Tensorflow Object Detection on the Raspberry Pi
Tutorial Link : https://youtu.be/npZ-8Nj1YwY
Related Project : Raspberry Pi Pet Detector Camera using Python, Tensorflow, Twilio
Project Video Link : https://youtu.be/gGqVNuYol6o
Writen Version of Tutorial : https://github.com/EdjeElectronics/TensorFlow-Object-Detection-on-the-Raspberry-Pi
Credits : Edje Electronics
➖@programmers_buddy➖
Tutorial Link : https://youtu.be/npZ-8Nj1YwY
Related Project : Raspberry Pi Pet Detector Camera using Python, Tensorflow, Twilio
Project Video Link : https://youtu.be/gGqVNuYol6o
Writen Version of Tutorial : https://github.com/EdjeElectronics/TensorFlow-Object-Detection-on-the-Raspberry-Pi
Credits : Edje Electronics
➖@programmers_buddy➖
YouTube
How to Set Up TensorFlow Object Detection on the Raspberry Pi
Learn how to install TensorFlow and set up the TensorFlow Object Detection API on your Raspberry Pi! These instructions will allow you to detect objects in live video streams from your Picamera or USB webcam.
Get a Raspberry Pi: https://amzn.to/2Iki3fb
Get…
Get a Raspberry Pi: https://amzn.to/2Iki3fb
Get…
Project Name : Smart Security Camera
Language Used : Python
Technology Used : IoT
Description : IoT Raspberry Pi security camera running open-cv for object detection. The camera will send an email with an image of any objects it detects. It also runs a server that provides a live video stream over the internet.
Steps Video : https://youtu.be/Y2QFu-tTvTI
Project Material Details : https://www.hackster.io/hackershack/smart-security-camera-90d7bd
Project Code : https://github.com/HackerShackOfficial/Smart-Security-Camera
Credits : Hacker Shack (YouTube channel)
➖@programmers_buddy➖
Language Used : Python
Technology Used : IoT
Description : IoT Raspberry Pi security camera running open-cv for object detection. The camera will send an email with an image of any objects it detects. It also runs a server that provides a live video stream over the internet.
Steps Video : https://youtu.be/Y2QFu-tTvTI
Project Material Details : https://www.hackster.io/hackershack/smart-security-camera-90d7bd
Project Code : https://github.com/HackerShackOfficial/Smart-Security-Camera
Credits : Hacker Shack (YouTube channel)
➖@programmers_buddy➖
YouTube
How to Make a Smart Security Camera with a Raspberry Pi Zero
In this video, we use a Raspberry Pi Zero W and a Raspberry Pi camera to make a smart security camera! The camera uses object detection (with OpenCV) to send you an email whenever it sees an intruder. It also runs a webcam so you can view live video from…
Project Name : TPOT
Language Used : Python
Technology Used : Machine Learning
Description : A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.
Project Link : https://github.com/EpistasisLab/tpot
Credits : Epistasis Lab
➖@programmers_buddy➖
Language Used : Python
Technology Used : Machine Learning
Description : A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.
Project Link : https://github.com/EpistasisLab/tpot
Credits : Epistasis Lab
➖@programmers_buddy➖
GitHub
GitHub - EpistasisLab/tpot: A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.
A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming. - EpistasisLab/tpot
Project Name : Bluetooth Controlled Car
Technology Used : IoT
Description : Arduino Bluetooth Controlled Car.
Project Steps Video : https://youtu.be/Q36NbjPMV5k
Project Code : http://www.mediafire.com/file/nert2bzhr7x7w58/BLUETOOTH_CAR.ino/file
Project Libraries Link : https://learn.adafruit.com/adafruit-motor-shield/library-install
Circuit Diagram : https://m.mediafire.com/view/sqt4cfe5vvgwzwp/bluetooth_car_circuit2.jpg/file
Project Credits : DIY Builder (YouTube channel)
Also check out the description of the video for materials details.
➖@programmers_buddy➖
Technology Used : IoT
Description : Arduino Bluetooth Controlled Car.
Project Steps Video : https://youtu.be/Q36NbjPMV5k
Project Code : http://www.mediafire.com/file/nert2bzhr7x7w58/BLUETOOTH_CAR.ino/file
Project Libraries Link : https://learn.adafruit.com/adafruit-motor-shield/library-install
Circuit Diagram : https://m.mediafire.com/view/sqt4cfe5vvgwzwp/bluetooth_car_circuit2.jpg/file
Project Credits : DIY Builder (YouTube channel)
Also check out the description of the video for materials details.
➖@programmers_buddy➖
YouTube
How To Make A Simple DIY Arduino Bluetooth Controlled Car At Home
Hello Guys, In this tutorial i am going to show you how to make a DIY Arduino Bluetooth controlled car, so let's get started :)
-------------------------------------------------------------
Find electronic components on https://www.utsource.net/
Utsour…
-------------------------------------------------------------
Find electronic components on https://www.utsource.net/
Utsour…
Project Name : Smart Mirror
Language Used : Python
Technology Used : IoT
Description : Raspberry powered mirror which can display news, weather, calendar events
Steps Video : https://youtu.be/fkVBAcvbrjU
Project Details : https://hackaday.io/project/13466-raspberry-pi-smart-mirror
Project Code : https://github.com/HackerShackOfficial/Smart-Mirror
Credits : Hacker Shack ( YouTube channel)
➖➖ @programmers_buddy ➖➖
Language Used : Python
Technology Used : IoT
Description : Raspberry powered mirror which can display news, weather, calendar events
Steps Video : https://youtu.be/fkVBAcvbrjU
Project Details : https://hackaday.io/project/13466-raspberry-pi-smart-mirror
Project Code : https://github.com/HackerShackOfficial/Smart-Mirror
Credits : Hacker Shack ( YouTube channel)
➖➖ @programmers_buddy ➖➖
YouTube
How to Make a Raspberry Pi Smart Mirror
In this video, we give you some detailed instructions on how to make an easy raspberry pi powered home smart mirror. A smart mirror displays applications so that you can check the weather, local news, etc. while you are getting ready in the morning. It's…
Tutorial Name : How To Make a Chatbot in Python
Description : This Edureka video on 'How To Make A Chatbot In Python' will help you understand how you can use Chatterbot library in python to make a chatbot from scratch. Following are the topics discussed:
What Is A Chatbot?
ChatterBot In Python
Trainer For The Chatbot
Use Case - Flask Chatbot
Tutorial Link : https://www.youtube.com/watch?v=tSjR7bk1Y9U&list=WL&index=11&t=30s
Credits : Edureka
➖➖ @programmers_buddy ➖➖
Description : This Edureka video on 'How To Make A Chatbot In Python' will help you understand how you can use Chatterbot library in python to make a chatbot from scratch. Following are the topics discussed:
What Is A Chatbot?
ChatterBot In Python
Trainer For The Chatbot
Use Case - Flask Chatbot
Tutorial Link : https://www.youtube.com/watch?v=tSjR7bk1Y9U&list=WL&index=11&t=30s
Credits : Edureka
➖➖ @programmers_buddy ➖➖
YouTube
How To Make a Chatbot in Python | Python Chat Bot Tutorial | Edureka
** Python Certification Training: https://www.edureka.co/python ** This Edureka video on 'How To Make A Chatbot In Python' will help you understand how you c...