This project serves as an AI playground for testing and experimenting with various AI techniques and algorithms.
- Clone the repository:
git clone https://github.com/chupa-cabras/ai-chupacabras-playground.git
- Navigate to the project directory:
cd ai-chupacabras-playground
- Rename and update the content of files:
- settings.example.yml
- .env.example
- Navigate to the project directory:
cd ai-chupacabras-playground
- Install:
poetry install
- Run the main script:
poetry run python3 -m plays.**********
- Available plays:
poetry run python3 -m plays.environment_analyzer poetry run python3 -m plays.crew_ai_example poetry run python3 -m plays.job_description_generator
- To run the tests, use the following command:
poetry run python3 -m tests.dependencies
Contributions are welcome! If you have any ideas or improvements, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.