Skip to content

slchangtw/llm_zoomcamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLM Zoomcamp

This repository documents my progress in the llm-zoomcamp course provided by DataTalks.Club. Feel free to check out the course and rerun the code in this repository.

Setting up the environment

  1. Create a virtual environment with Python 3.11 and activate it.
python -m venv .venv
. .venv/bin/activate
  1. Install package manager poetry and install the dependencies. You can check the dependencies in the pyproject.toml file.
pip install poetry
poetry install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published