Example of how to use LLMs to show weather predictions to a user.
Go to file
Jordan d52b6d2647 add readme. Add initial commit. 2024-01-08 06:44:36 -08:00
.vscode add readme. Add initial commit. 2024-01-08 06:44:36 -08:00
scripts add readme. Add initial commit. 2024-01-08 06:44:36 -08:00
.env.example add readme. Add initial commit. 2024-01-08 06:44:36 -08:00
.gitignore Initial commit 2023-12-06 09:01:31 -08:00
Pipfile add readme. Add initial commit. 2024-01-08 06:44:36 -08:00
Pipfile.lock add readme. Add initial commit. 2024-01-08 06:44:36 -08:00
README.md add readme. Add initial commit. 2024-01-08 06:44:36 -08:00
Using AI Models for Normalizing Human Output.ipynb add readme. Add initial commit. 2024-01-08 06:44:36 -08:00
example-meteosource.json add readme. Add initial commit. 2024-01-08 06:44:36 -08:00

README.md

Using AI Models for Normalizing Human Output

Getting started

Copy .env.example to .env and set the environment variables.

You can sign up for Meteosource here and you can download the Airoboros LLM by running git lfs clone https://huggingface.co/TheBloke/airoboros-l2-7B-gpt4-2.0-GGUF in another directory.

Now install the package files with pipenv:

$ pipenv install

And run the notebook:

$ pipenv run jupyter notebook