Programmers Buddy
432 subscribers
5 photos
15 files
346 links
This channel is created to build a better community for all the peoples who are interested in programming, coding and who wanted to learn new technologies.

YouTube channel - https://www.youtube.com/channel/UCSY7giAIObL7RkR6r-numiQ
Download Telegram
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
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
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 : 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)
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)
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
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
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)
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
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
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
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
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
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