Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/azulgarza/forecasting-app-fasthtml

forecasting app using fasthtml
https://github.com/azulgarza/forecasting-app-fasthtml

Last synced: 2 months ago
JSON representation

forecasting app using fasthtml

Awesome Lists containing this project

README

        

# forecasting-app-fasthtml
forecasting app using fasthtml. [link to deployment](https://nixtla-demos--forecasting-app-fasthtml-serve.modal.run/).
you can follow the steps to reproduce it on [youtube](https://www.youtube.com/playlist?list=PLNWdP5awGJSu9pNkc9NrXOZtnwGRVQl6W).

## set up and environment

```
pip install uv
```

- create environment using uv

```
uv venv --python 3.10
```

- activate environment

```
source .venv/bin/activate
```

- sync environment

```
uv pip install -r requirements.txt
```