/MLHub

A hub of Machine Learning models, docs, and checkpoints. In development, no support, not for others.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

MLHub - Machine Learning Hub

GitHub: TheProjectsGuy/MLHub

My notes, experiments, models, etc. wrapped into a library. Mainly for personal use only.

Table of contents

Notes

Setup

Setup anaconda environment (use conda or mamba) using

conda create -n ml-hub python=3.9
bash ./env_setup.sh -d

This will install everything (including developer tools). To install only the core requirements in your current conda environment, run

bash ./env_setup.sh $CONDA_DEFAULT_ENV

Sphinx Docs

Developer TheProjectsGuy