AI project for my introduction to AI class
Find a file
2025-01-08 12:21:30 +01:00
data 1er ajout bayesian 2025-01-05 22:53:09 +01:00
src Final push 2025-01-08 12:20:57 +01:00
.gitignore Initial Commit 2024-12-19 12:24:52 +01:00
generate_dataset.py 1er ajout bayesian 2025-01-05 22:53:09 +01:00
LICENSE Initial commit 2024-12-08 22:49:01 +01:00
main.py Final push 2025-01-08 12:20:57 +01:00
pip-dependencies.txt Mise à jour bayesian (fonctionnel), histogramme + output 2025-01-07 15:14:21 +01:00
README.md Initial Commit 2024-12-19 12:24:52 +01:00
train.py Final push 2025-01-08 12:20:57 +01:00

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)

python3 -m venv .venv
source .venv/bin/activate

Install the dependencies

pip install -r pip-dependencies.txt

Running the project

Run the project

python main.py

Testing

Documentation

Authors