recs-at-resonable-scale
Recommendations at "Reasonable Scale": joining dataOps with recSys through dbt, Merlin and Metaflow
File Explorer
Download Latest Version (.zip)- .gitkeep
- after_dbt.png
- card.png
- predictions.png
- raw_table.png
- stack.jpg
- streamlit.gif
- tracking.png
- NVIDIA_RECSYS_SUMMIT_JT.pdf
- pred_inspector.py
- requirements_app.txt
- .gitkeep
- images_to_s3.csv
- .gitkeep
- .gitkeep
- .gitkeep
- articles_metadata.sql
- articles_staging.sql
- customers_staging.sql
- dedup_transactions.sql
- filtered_dataframe.sql
- images_staging.sql
- joined_dataframe.sql
- schema.yml
- transactions_staging.sql
- .gitkeep
- .gitkeep
- dbt_project.yml
- Dockerfile
- handler.py
- serverless.yml
- app_utils.py
- custom_decorators.py
- local.env
- my_merlin_flow.py
- snowflake_client.py
- upload_to_snowflake.py
- workflow_builder.py
- .gitignore
- LICENSE
- README.md
- requirements.txt
# Installation Guide
1. Get the code
git clone https://github.com/jacopotagliabue/recs-at-resonable-scale
Downloads the entire project code from GitHub to your computer.
cd recs-at-resonable-scale
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
โ ๏ธ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
docker build -f src/docker/Dockerfile -t recs-at-resonable-scale .
Builds a runnable image based on the Dockerfile.
docker run -p 8080:80 recs-at-resonable-scale
Runs the built image as an actual container.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
3. Python
EasyPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <์คํํ ํ์ผ๋ช
>.py # README์์ ์ ํํ ์คํ ํ์ผ๋ช
์ ํ์ธํ์ธ์
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
