Skip to content

AntoniKania/NAI

Repository files navigation

Mega Repo for AI Tools classes projects

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.

Projects:

  1. Chomp - two player game that can be played against AI
  2. Smart irrigation system - irrigation system using Fuzzy Logic
  3. Movies recommendation engine - Movie recommendation engine based on clustering algorithm
  4. Clustering with Decision Trees and Support Vector Matrix - Movie recommendation engine based on clustering algorithm
  5. Neural Networks - Neural networks applications for classification problems
  6. Computer Vision - Gesture-Based Music Control

How to run

It is recommended to run the code inside a Python virtual environment (venv) to isolate the dependencies.

Steps:

  1. Install the dependencies listed in the requirements.txt file:
    pip install -r requirements.txt
  2. Run the game
     python chomp.py
    You can modify the board size by changing the board_size argument in the Chomp class initialization in the code.

Dependencies

All needed dependencies are listed in requirements.txt file.

About

A collection of projects developed for AI Tools classes, demonstrating a range of artificial intelligence applications, from simulations and machine learning to data analysis. Each project showcases different techniques and solutions for real-world AI challenges.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors