Skip to content

42-CC-RNCP/multilayer-perceptron

Repository files navigation

AI Project Repository Template

This is a template for organizing an AI project repository.

Initial Setup

Activate the virtual environment by poetry:

source $(poetry env info --path)/bin/activate

Replace REPLACE_WITH_YOUR_NAME and REPLACE_WITH_YOUR_EMAIL with your name in the following files:

  • pyproject.toml
  • .devcontainer/devcontainer.json

Replace REPLACE_WITH_YOUR_NAME with your project name in the following folder:

  • src/REPLACE_WITH_YOUR_NAME

Or run the script setup.sh to do this automatically:

  1. Replace the placeholders in the files.
.scripts/setup.sh
  1. Install the dependencies:
.scripts/install.sh
  1. Rebuild and open the devcontainer:

  2. Activate the virtual environment by poetry:

.scripts/activate.sh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages