Signs Detection AI

AI project for the Introduction to AI course at Université de Tours for the ISA Masters. ## Requirements - Python 3.12 ## Installation Start by creating a virtual environment (Optional) ```bash python3 -m venv .venv source .venv/bin/activate ``` Install the dependencies ```bash pip install -r pip-dependencies.txt ``` ## Running the project Run the project ```bash python main.py ``` ## Testing ## Documentation ## Authors - Nabil Ould Hamou - [@NabilOuldHamou](https://github.com/NabilOuldHamou) - Yanis Bouarfa - [@Yanax373](https://github.com/Yanax373)