Skip to content

Commit

Permalink
docs: added model deployment to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MBenediktF committed Aug 15, 2024
1 parent d530fd1 commit 5a44b74
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,10 @@
- To download a specific dataset use `make download_dataset NAME=<dataset_name>`
- To upload a new dataset to s3, add it to the `datasets`folder and use `make upload_datasets`
- This feature is only for storing raw data. Procecced datasets are stored as artifacts and can be accessed using the mlflow ui

## How to deploy a model

- This is not finished yet!
- Your github token must be configured to allow repo and workflow access
- Run `make start_mnodel_deployment`to start the workflow
- Check the workflow status in github action for approval

0 comments on commit 5a44b74

Please sign in to comment.