Metadata-Version: 2.4
Name: Duekngs
Version: 0.2.0
Summary: AI Lab Practical Algorithms in Python
Author: Dhairya Parmar
License: MIT
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: summary

# AI Lab Practicals

Python implementations of common Artificial Intelligence algorithms.

Includes:

- DFS
- Water Jug Problem
- Tic Tac Toe (Minimax)
- Travelling Salesman Problem
- Tower of Hanoi
- Fuzzy Logic Operations
- Genetic Algorithm
- Chatbot using AIML
- Speech Translation

## Installation

pip install Duekngs
