https://github.com/volf52/tr_news_cat
153
This is meant to serve as an example of how to structure and work on your ML projects, and deploy the resultant models.
The dataset I have chosen can be found on Kaggle.
dvc pull in this repo to get the data/artifacts.docker-build.sh file (you can change the tag name if you want).docker run -d -p (your host machine port):8080 newscat (or the other name)Examples:
docker run -d -p 8085:8080 newscat
docker run -it -p 8085:8081 --env PORT=8081 newscat
Content type
Image
Digest
Size
386.3 MB
Last updated
over 5 years ago
docker pull volf52/news-cat