Pinned Repositories
abhisheksingh0308
Config files for my GitHub profile.
abhisheksingh0308.github.io
Arduino
Some Basic Work of Arduino i have done
Computational-Mechanics
This was part of my end semester project (sem 2) for the course Computational Engineering Mechanics, where i learnt about the involvement of computing in standard physical mechanics.
DSA-Phone-Directory-Project
In this project, work was divided into phase 1 and phase 2 respectively. PHASE 1 :- a stack using an array was implemented with using a linked list. Some functions implemented in stack are push(item), pop(), peek(), show(stk), push(item) and pop(). The elements basically will be pushed, popped from the stack whereas peek() will return topmost stack element and the function show(stk) will show all the entered data in the stack. Another problem statement in phase 1, a queue using array and linked list was also implemented. Some of the functions used are enqueue(item), dequeue(q), peek(q), show(q), enqueue(element) and dequeue(q). These add elements at front and removed elements from the rear point of a queue. peek(q) returns the front of the queue without removing the element and show(q) displays data in queue. In phase 2, a phone directory has been implemented using BST where it will lookup all data stored in a .txt file In ‘name mobile email’ format. In this we can search directory for name and it will print the respective details, using Display() it lists out entire directory, Display_first() which displays the details of first record in directory and Display_last() which displays the details of last directory.
Face-Generation-Using-DC-GAN
Generative Adversarial Networks (GANs) are one of the most interesting ideas in computer science today. Two models are trained simultaneously by an adversarial process. A generator ("the artist") learns to create images that look real, while a discriminator ("the art critic") learns to tell real images apart from fakes.
File-sharing-web-app
filetransfer
fossotober
Virtual-TV
Creating a virtual tv using opencv in python3.
abhisheksingh0308's Repositories
abhisheksingh0308/abhisheksingh0308
Config files for my GitHub profile.
abhisheksingh0308/Arduino
Some Basic Work of Arduino i have done
abhisheksingh0308/fossotober
abhisheksingh0308/Virtual-TV
Creating a virtual tv using opencv in python3.
abhisheksingh0308/abhisheksingh0308.github.io
abhisheksingh0308/Computational-Mechanics
This was part of my end semester project (sem 2) for the course Computational Engineering Mechanics, where i learnt about the involvement of computing in standard physical mechanics.
abhisheksingh0308/DSA-Phone-Directory-Project
In this project, work was divided into phase 1 and phase 2 respectively. PHASE 1 :- a stack using an array was implemented with using a linked list. Some functions implemented in stack are push(item), pop(), peek(), show(stk), push(item) and pop(). The elements basically will be pushed, popped from the stack whereas peek() will return topmost stack element and the function show(stk) will show all the entered data in the stack. Another problem statement in phase 1, a queue using array and linked list was also implemented. Some of the functions used are enqueue(item), dequeue(q), peek(q), show(q), enqueue(element) and dequeue(q). These add elements at front and removed elements from the rear point of a queue. peek(q) returns the front of the queue without removing the element and show(q) displays data in queue. In phase 2, a phone directory has been implemented using BST where it will lookup all data stored in a .txt file In ‘name mobile email’ format. In this we can search directory for name and it will print the respective details, using Display() it lists out entire directory, Display_first() which displays the details of first record in directory and Display_last() which displays the details of last directory.
abhisheksingh0308/Face-Generation-Using-DC-GAN
Generative Adversarial Networks (GANs) are one of the most interesting ideas in computer science today. Two models are trained simultaneously by an adversarial process. A generator ("the artist") learns to create images that look real, while a discriminator ("the art critic") learns to tell real images apart from fakes.
abhisheksingh0308/File-sharing-web-app
abhisheksingh0308/filetransfer
abhisheksingh0308/final-project
abhisheksingh0308/GAN-app
abhisheksingh0308/genome-sequencing
The main aim was to recognize and solve the existing topic of :- Fragile Regions and their identification in Humans. Here I attempt to solve multiple problem statements related to the topic.
abhisheksingh0308/Pure-Black
abhisheksingh0308/PythonHackT
A fun repository created for creating and accepting pull requests
abhisheksingh0308/Robotic-Arm-3D-simulation-using-MATLAB
In order to enhance the study of the kinematics of any robot arm, parameter design is directed according to certain necessities for the robot, and its forward and inverse kinematics are discussed. The DR convention Method is used to form the kinematical equation of the resultant structure. In addition, the Robotics equations are modeled in MATLAB to create a 3D visual simulation of the robot arm. The simulation has detected the movement of each joint of the robot arm, and tested the parameters.
abhisheksingh0308/SalesSupport-CRUD-based-Django-app
abhisheksingh0308/TIC-TAC-TOE
A basic implementation of TIC TAC TOE game using HTML, CSS, JS
abhisheksingh0308/Traffic-Sign-Detection-using-TF-and-OpenCV
Traffic sign detection is a high relevance computer vision problem and is the basis for a lot of applications in industry such as Automotive etc. Traffic signs can provide a wide range of variations between classes in terms of color, shape, and the presence of pictograms or text. In this project, I implemented a deep learning algorithm that will train on German traffic sign images and then check accuracy of the classification and output it. The deep learning model will be built using TensorFlow and we will also understand various ways to pre-process images using OpenCV. Dataset Used :- https://www.kaggle.com/datasets/meowmeowmeowmeowmeow/gtsrb-german-traffic-sign
abhisheksingh0308/VM-Translator
In this Course project, I have implemented a VM translator using a high level language which converts VM code into hack assembly code. It also implements arithmetic and memory access commands. Commands like Add, Sub, Neg, And, Not, Nor, Greater Than, Less Than, Equal To.
abhisheksingh0308/WORDLE
this is an example of the famous game WORDLE