Skip to content

A lightweight Python toolkit for machine learning preprocessing and utilities — inspired by scikit-learn, built for clarity and educational purposes.

License

Notifications You must be signed in to change notification settings

42-CC-RNCP/sklite

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

About

A lightweight Python toolkit for machine learning preprocessing and utilities — inspired by scikit-learn, built for clarity and educational purposes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published