Pinned Repositories
1-Hour---Covid-Chatbot
Made a very simple Covid-19 Chatbot to use some NLP libraries I learnt about, used an API to add some Live Commands.
Appick-Quiz
Pretty basic Hook experiment, for an internship application.
Client-Server-Multi-Processed-Multi-Threaded-Linux-Shell
Client Sever Architecture made using Unix APIs on Linux, Client and Server are Connected through Sockets and so can be connected from different machines, Both function in a Parallel manner , Multiple Clients from Separate Machines can connect to a Single Server
Compiler--Scannar-Parser
Developed the frontend of a Compiler in Java to generate an Abstract Syntax Tree of the given code. Implemented a Scanner for the compiler to perform Lexical Analysis and tokenization of the input code. Implemented LR(1) Parser to perform Semantic Analysis and generating the Abstract Syntax Tree.
Dev-Reddit
Reddit replacement for Developers using MERN
DI-container
Constructor Dependency Injection Container
Ether-Store
E-Commerce Store using React, Redux, Hooks ,Styled Components(limited) and Firebase.
iSight-Application
Path-Finder-Maze-Generator
The Application uses Tree traversal Algorithms to generate a random maze and to find the shortest path through it. used DFS to generate a random maze, and BFS to find the Shortest path.
pythonServer
LaraibZafar's Repositories
LaraibZafar/Compiler--Scannar-Parser
Developed the frontend of a Compiler in Java to generate an Abstract Syntax Tree of the given code. Implemented a Scanner for the compiler to perform Lexical Analysis and tokenization of the input code. Implemented LR(1) Parser to perform Semantic Analysis and generating the Abstract Syntax Tree.
LaraibZafar/iSight-Application
LaraibZafar/pythonServer
LaraibZafar/1-Hour---Covid-Chatbot
Made a very simple Covid-19 Chatbot to use some NLP libraries I learnt about, used an API to add some Live Commands.
LaraibZafar/Appick-Quiz
Pretty basic Hook experiment, for an internship application.
LaraibZafar/Client-Server-Multi-Processed-Multi-Threaded-Linux-Shell
Client Sever Architecture made using Unix APIs on Linux, Client and Server are Connected through Sockets and so can be connected from different machines, Both function in a Parallel manner , Multiple Clients from Separate Machines can connect to a Single Server
LaraibZafar/Dev-Reddit
Reddit replacement for Developers using MERN
LaraibZafar/DI-container
Constructor Dependency Injection Container
LaraibZafar/Ether-Store
E-Commerce Store using React, Redux, Hooks ,Styled Components(limited) and Firebase.
LaraibZafar/iSight
Image Classifiers- Transfer Learning using pre-trained models on different datasets. Trying to find the perfect balance between accuracy and speed for our Final year Project
LaraibZafar/Path-Finder-Maze-Generator
The Application uses Tree traversal Algorithms to generate a random maze and to find the shortest path through it. used DFS to generate a random maze, and BFS to find the Shortest path.
LaraibZafar/Compiler-Parser
A Basic LR Parser made in Java. AST generation is still under process.
LaraibZafar/Compiler-Scanner
Made a scanner for a compiler that I'm working on using JFLEX. I plan on making a parser as well, combining the parser with the scanner would complete my Compiler.
LaraibZafar/expressBackend
ignore this
LaraibZafar/IMDB-Webscraper
Used Chrome web driver from Selenium along with Beautiful Soup to scrape Data from IMDB for a BI Task.
LaraibZafar/ml-tutorial
Introduction to ML packages for the 6.86x course
LaraibZafar/opencv
Open Source Computer Vision Library
LaraibZafar/PodKast-Front-End
Small project for an internship
LaraibZafar/Queue-Server
LaraibZafar/React-Store-ContextAPI
Forked an older version of the React-Store to experiment with Context API rather than using Redux.
LaraibZafar/Telecommunication-Simulation