Skip to content
/ llm-lab Public

Working sample implementations of several use cases involving Large Language Models.

License

Notifications You must be signed in to change notification settings

xamry/llm-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

llm-lab

This project provides working sample implementations of several use cases involving Large Language Models.

How to use

We've provided anaconda environment configuration with the project.

  1. Goto anaconda prompt
  2. Create environment> conda env create -f environment.yml
  3. Activate environment> conda activate llm-lab
  4. Open in jupyter lab or your favorite IDE> jupyter lab
  5. Make sure to create and save .env file in the project root folder. Save the keys such as OPENAI_API_KEY=

Summarization

  1. Summarizing a web page
  2. Summarizing news stories from a news aggregator

About

Working sample implementations of several use cases involving Large Language Models.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published