Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 400 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 400 Bytes

AI-Related

This repository will contain different projects regarding artificial inteligence

ChessAI project

Here you will find the implementation of an agent capable of playing chess using adversary search algorithms (Minimax and Alpha-Beta pruning).

Python ChatGPT

Easy code that allows the connection in Python with the ChatGPT API so you can make requests via coding. (Full version WIP)