honamnguyen / gitrepo_template

For starting a new project on github

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Machine Learning for ...

Installation guide

  • Create a conda environment ENV_NAME:
conda create -n ENV_NAME python==3.10
conda activate ENV_NAME
  • Install the required packages
pip install -r requirements.txt
sh setup.sh
  • Attach the conda environment to jupyter
python -m ipykernel install --user --name=ENV_NAME

About

For starting a new project on github


Languages

Language:Python 98.0%Language:Shell 2.0%