Skip to content

honamnguyen/gitrepo_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published