/geektime-ai-course

Jupyter Notebooks for Geektime AI Course

Primary LanguageJupyter NotebookMIT LicenseMIT

Geektime AI Course

简体中文

Preautions

  • I am revising the course and notebooks with current OpenAI API
  • Old version notebook could be found under tag v0.0.1

Using GPU

  • Google Colab is recommended, could satisfy your CPU usage requiments for the course
  • Or you could buy GPU resource through AutoDL

Course

Purchase Link

Large data files

Baidu Disks 提取码: jvr4

Environment setup

For old versions

conda create -n geektime python=3.10
conda activate geektime
conda env update --file conda-env.yml

Or you could use pip as well

pip install -r requirements.txt