Coders Packet

Listing of packets of source code submitted by coders

SCREEN RECORDER USING PYTHON

Python is a widely used language and easy to implement and it have many modules and we have to import it , but in this scenario we used pyautogui and numpy

Linear Regression In Python With Dataset

Linear regression is a linear model, e.g. a model that assumes a linear relationship between the input variables (x) and the single output variable (y).

WorldCloud using Python

A wordcloud is a image that is a collection of the most relevant, frequent and important words present in an article.

NLP Chatbot using Python

This project uses NLP to create a chatbox that uses Wikipedia articles to fetch written data and create a chatbox.

Text to Speech in Java - Project

A project in Java to convert text to speech in java using free TTS. Users can provide the text to be spoken by the system.

Document Scanner in C++ using OpenCV

The Document Scanner is a CPP program that uses OpenCV to perform image processing to produce a cropped image of a document. The cropped image produced is in the first-person view.

Virtual Paint in C++ using OpenCV

Virtual Paint is a CPP program that uses OpenCV to perform video processing through a webcam. The video shows colored points according to color on the video.

License Plate Detector in C++ using OpenCV

License Plate Detector is a CPP program that uses OpenCV to perform video processing through a webcam. The video highlight the License Plate on webcam.

Rock-Paper-Scissors-Game Using Java

It is a simple game . In this game , the user chooses a choice of Rock or Paper or Scissors to compete with System.

Coin Game Using Java

It is a simple game. In this Coin Game, the user guesses whether a flipped coin is head or tail.

College Enquiry System using Flask in Python

College Enquiry System is a web application where the students can enquire about the courses they want and lock the seat if the course is available.

ATM Project using Java-Beginner level

As the name suggests our project is to design an ATM (basic level) using JAVA. This is further used for designing Advanced level ATM projects.