# geektime-ai-course **Repository Path**: hardyDou/geektime-ai-course ## Basic Information - **Project Name**: geektime-ai-course - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-12-02 - **Last Updated**: 2023-12-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Geektime AI Course See https://time.geekbang.org/column/intro/100541001 Jupyter Notebooks for Geektime AI Course For large data files, you could download through the following information: 链接: https://pan.baidu.com/s/1Cl0eFNLOkQqquf9ls0trEw 提取码: jvr4 ``` 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 ```