• Stars
    star
    1
  • Language
    Python
  • License
    MIT License
  • Created over 3 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This repo is about demonstration of various search techniques used in artificial intelligence

More Repositories

1

cryptography-algorithms

The repo is about simple implementation of various algorithms and techniques used in cryptography, namely Simplified DES, Simplified AES, RSA, Caesar Cipher, Monoalphabetic Cipher.
Python
12
star
2

Order-Delivery-System

An order delivery system for products built using Flask (web app) and MySQL
HTML
7
star
3

minimum-edit-distance

The repo is about implementation of Wagner-Fischer algorithm for calculating Levenshtein distance between two strings.
Python
2
star
4

qa-system-using-tl-legal-domain

A Question Answering System built for answering specific questions on Indian Legal Acts following the Transfer Learning approach.
Jupyter Notebook
2
star
5

scheduler-in-xv6

This project implements the lottery scheduler in xv6, a unix based operating system developed by MIT
C
2
star
6

computer-networks-assignments

This repo contains implementation of assignments covering some of the concepts related to computer networks
Python
1
star
7

My-Shell

This project is about implementation of a Unix-like shell
C
1
star
8

Assembly-Language-General-Programs

The repo consists of different programs like fibonacci, factorial, matrix operation, string manipulation implemented in assembly language using TASM.
Assembly
1
star
9

FILE-Library

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.
C
1
star
10

k-means-clustering

This repo is about simple implementation of K-Means clustering algorithm.
Jupyter Notebook
1
star
11

lseek-in-xv6

This project is about implementation of lseek system call in xv6, a unix based operating system developed by MIT
C
1
star
12

conversational-ai-bot

A conversational AI bot which provides ATM location data, some basic information about an organization and its offerings, and a seamless chat experience
Python
1
star
13

Hand-Digit-Recognition

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.
Python
1
star