Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/azulgarza/forecasting-app-fasthtml
- Owner: AzulGarza
- License: mit
- Created: 2024-09-14T02:09:45.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-18T02:23:09.000Z (3 months ago)
- Last Synced: 2024-09-18T05:59:29.843Z (3 months ago)
- Language: Python
- Homepage: https://nixtla-demos--forecasting-app-fasthtml-serve.modal.run/
- Size: 17.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```