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

https://github.com/argmaxml/item2vec_quickstart


https://github.com/argmaxml/item2vec_quickstart

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Item2vec quickstart

A cookie cutter project for item2vec based experiments.
# Directory Strcture
1. `src` - This is where your python code is
1. `data` - This is where your data is stored or intermediate steps are saved
1. `notebooks` - For experiments, excluded from Docker

# Docker cheat sheet

## Create image
docker build -t tag_name .
## Run it
docker run -it -p5000:5000 tag_name
## Image
docker image list
## Deleting an image
docker image rm -f