Skip to content

AntoineBlanot/ai-template

Repository files navigation

Note

Change every package_name instance of the template before usage.

package_name

package_name description.

Installation

This project uses Poetry for dependency management and packaging.

This project also depends on Python version 3.10 so make sure you have a Python available with the corresponding version.

First, install Poetry as follow:

curl -sSL https://install.python-poetry.org | python3.10 -

Then, you can install the project as follow:

bash scripts/install.sh

Run

You can run any command in the project as follow:

poetry run <your-command>

Docker

You can run the package in Docker as follow:

docker build -t package_name docker/
docker run -it -v .:/workspaces/package_name package_name

About

Template for AI projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published