An open API service indexing awesome lists of open source software.

https://github.com/mendhak/notebook-llm-hands-on-tutorial

Python Notebook accompanying this tutorial
https://github.com/mendhak/notebook-llm-hands-on-tutorial

Last synced: 9 months ago
JSON representation

Python Notebook accompanying this tutorial

Awesome Lists containing this project

README

          

Use a Python virtual environment:

```
python3 -m venv .venv
source .venv/bin/activate
```

When running the notebook choose the virtual environment as the interpreter.