This repository contains Python solutions for all AI Devs 3 related tasks.
Type | URL |
---|---|
Training Ground | https://poligon.aidevs.pl/ |
Pre-Lessons (C00) | https://bravecourses.circle.so/c/prework-ai3/ |
Ensure a .env
file is filled out with all necessary data (see .env.local
)
- Setup a Python 3.12 environment any way you like (vanilla Python, venv, conda)
- Use the
requirements.txt
to install all required dependencies/modules
TODO :(
To run a specific task use the following command from the ai_devs
folder:
python -m tasks.{course_lesson_id}.{task_name} e.g. python -m tasks.C00EXX.poligon
- Improve this file
- Add a Docker setup (once PostgresSQL and/or a vector database is added to the project)
- Switch from
conda
touv
(https://docs.astral.sh/uv/) for package/project management