Abhishek Jain (7410abhi)

7410abhi

Geek Repo

Location:Jaipur

Github PK Tool:Github PK Tool

Abhishek Jain's repositories

Image_detector-using-python-libraries

PROJECT(Image_detector)_using_python_Libraries

Language:PythonStargazers:6Issues:2Issues:0
Stargazers:2Issues:0Issues:0

File_handling

This gives a basic idea about the file handling using python language.

Language:PythonStargazers:2Issues:0Issues:0

Jarvis-Voice-Assistant-

Jarvis is a pure Python based project which is used to send emails without typing a single word, doing Wikipedia searches without opening web browsers, and performing many other daily tasks like playing music with the help of a single voice command.

Language:Jupyter NotebookStargazers:2Issues:2Issues:0

Movie-Recommendation-System-using-PySpark-with-Logistic-Regression

Movie Recommendation System using PySpark with Logistic Regression (Machine Learning Project) with Report File

Language:Jupyter NotebookStargazers:2Issues:0Issues:0

searching.py

These are the various types of searching element in list datatype. example: Selection sorting, Binary search, Linear search, Bubble search and so om.

Language:PythonStargazers:2Issues:0Issues:0

Applied-Plotting-Charting-Data-Representation-in-Python

This course will introduce the learner to information visualization basics, with a focus on reporting and charting using the matplotlib library. The course will start with a design and information literacy perspective, touching on what makes a good and bad visualization, and what statistical measures translate into in terms of visualizations. The second week will focus on the technology used to make visualizations in python, matplotlib, and introduce users to best practices when creating basic charts and how to realize design decisions in the framework. The third week will be a tutorial of functionality available in matplotlib, and demonstrate a variety of basic statistical charts helping learners to identify when a particular method is good for a particular problem. The course will end with a discussion of other forms of structuring and visualizing data.

Language:HTMLStargazers:1Issues:2Issues:0

Black-Line-follower

We use here the behavior of light at black and white surface. When light fall on a white surface it is almost full reflected and in case of black surface light is completely absorbed. This behavior of light is used in building a line follower robot.

Distribute-the-weights

You are given an integer array Of size N And an integer M. You have to distribute the elements of array Into Groups such that the maximum sum of elements in each group is minimum and the elements of array A allotted to any group is contiguous. Write a program to determine the maximum sum of elements among all the groups.

Language:PythonStargazers:1Issues:2Issues:0

Division-Pair-Sum

Given an array of n elements and a number m. we need to find all distinct pairs existing in the array whose pair sum is divisible by the given number m. Print the total number of such pairs. Distinct pairs means (1.2) and (2.1) are the same, i.e., ordering of the pairs doesn't matter.

Language:PythonStargazers:1Issues:2Issues:0

Playground

Java Full Stack Program

Language:JavaStargazers:1Issues:0Issues:0

py

Repository to store sample python programs for python learning

Language:Jupyter NotebookStargazers:1Issues:1Issues:0

RFID-Door-Lock-using-Arduino-

The Arduino based RFID door lock system is secure and responsive as compared to other systems. With the use of Arduino, it becomes much easy to design. It is simple and cost efficient project and can be used as a basic access control mechanism. Their main advantage is contactless communication.

Stargazers:1Issues:0Issues:0

Socket-Programming

There is a set of codes that gives you a thorough idea about the SOCKET PROGRAMMING in which there is a Reverse Shell file of a single client and multiple client handling server files.

Language:PythonStargazers:1Issues:2Issues:0

Stone-Picking-Game

Sam and Alex are playing a new game where there are a number of piles, each with any number of stones in it. Players take turns removing stones from any one pile. The number removed has to be either: 1. an integer multiple of a given number, k, where k>0. 2. if there are fewer than k stones in a pile, any number can be removed. Determine who wins the game. Sam always starts, they both play optimally, and the last player to remove a stone wins. If Sam wins, return "Sam wins the game of n piles).", where n is the number of piles in the input. If Alex wins, return " Alex wins the game of n piles)."

Language:PythonStargazers:1Issues:2Issues:0

zip_func

brief about zip function that used in socket programming

Language:PythonStargazers:1Issues:2Issues:0
Stargazers:0Issues:0Issues:0