-
conversational-ai-bot Public
A conversational AI bot which provides ATM location data, some basic information about an organization and its offerings, and a seamless chat experience
-
img-gen-stable-diff-model Public
This project is simple demonstration of Image Generation using Stable Diffusion model built by Stability AI
-
A Question Answering System built for answering specific questions on Indian Legal Acts following the Transfer Learning approach.
-
Order-Delivery-System Public
An order delivery system for products built using Flask (web app) and MySQL
-
k-means-clustering Public
This repo is about simple implementation of K-Means clustering algorithm.
-
minimum-edit-distance Public
The repo is about implementation of Wagner-Fischer algorithm for calculating Levenshtein distance between two strings.
-
cryptography-algorithms Public
The repo is about simple implementation of various algorithms and techniques used in cryptography, namely Simplified DES, Simplified AES, RSA, Caesar Cipher, Monoalphabetic Cipher.
-
This repo contains implementation of assignments covering some of the concepts related to computer networks
-
search-algorithms-ai Public
This repo is about demonstration of various search techniques used in artificial intelligence
-
bookmark-and-summarize Public
Forked from Pranav2612000/bookmark-and-summarizeA project for CoEP BTech CBD Course. An application to book mark various links and view their summaries together. To help the user choose which links are worth-reading
-
My-Shell Public
This project is about implementation of a Unix-like shell
-
Hand-Digit-Recognition Public
Trained a CNN model on the MNIST dataset, using tensorflow as backend and implmented a GUI for user to choose various options for predicting the result.
-
FILE-Library Public
The project is about implementation of file functions like fopen, fread as an interface for file handling in C. These functions are implemented using the concept of buffer for efficient working.
-
lseek-in-xv6 Public
This project is about implementation of lseek system call in xv6, a unix based operating system developed by MIT
-
scheduler-in-xv6 Public
This project implements the lottery scheduler in xv6, a unix based operating system developed by MIT
-
The repo consists of different programs like fibonacci, factorial, matrix operation, string manipulation implemented in assembly language using TASM.