Metadata-Version: 2.1
Name: weekly-menu
Version: 0.0.49
Summary: Automate your weekly menu with AI
Home-page: https://github.com/andreacioni/weekly-menu
Author: Andrea Cioni
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

## weeklymenu-api

### Model Upload

```
flyctl sftp shell
    >> put models/ingredient_parser_model_v1.tar.gz /etc/weeklymenu/models/ingredient_parser_model_v1.tar.gz
```

```
flyctl ssh console
    >> cd /etc/weeklymenu/models/
    >> tar -xf ingredient_parser_model_v1.tar.gz
```
