Niche-Aii is a Python project simulating four AIs working together to create, name, describe, and value unique works of art.
-
scripts/
Contains executable scripts, likerun_niche_ai.sh
to start the simulation. -
src/
Python source files for each AI (Leonardo, Raphael, Michelangelo, Donatello). -
tests/
Unit tests. -
Dockerfile
Used to containerize the application. -
docker-compose.yml
A sample Compose file to manage multi-container setups (optional). -
requirements.txt
Python dependencies.
- Clone or download this repo.
- Install dependencies:
pip install -r requirements.txt