This repository contains various projects developed for AI Tools classes. Each individual project has its own README file, which includes detailed information and instructions about the specific project.
- Chomp - two player game that can be played against AI
- Smart irrigation system - irrigation system using Fuzzy Logic
- Movies recommendation engine - Movie recommendation engine based on clustering algorithm
- Clustering with Decision Trees and Support Vector Matrix - Movie recommendation engine based on clustering algorithm
- Neural Networks - Neural networks applications for classification problems
- Computer Vision - Gesture-Based Music Control
It is recommended to run the code inside a Python virtual environment (venv) to isolate the dependencies.
- Install the dependencies listed in the
requirements.txtfile:pip install -r requirements.txt
- Run the game
You can modify the board size by changing the
python chomp.py
board_sizeargument in the Chomp class initialization in the code.
All needed dependencies are listed in requirements.txt file.