Skip to content

Commit 23947ed

Browse files
committed
add GPU to python implicit
1 parent 7e78efc commit 23947ed

File tree

8 files changed

+5
-5
lines changed

8 files changed

+5
-5
lines changed

samples/hasura/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If you want to edit the database, permissions, or any other Hasura settings such
3131

3232
---
3333

34-
Title: GraphQL API with Hasura & Postgres
34+
Title: Hasura & Postgres
3535

3636
Short Description: A sample project demonstrating how to deploy Hasura with Defang and connect it to a Postgres database
3737

File renamed without changes.

samples/python-implicit-flask/README.md renamed to samples/python-implicit-gpu/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Music Recommendation API
1+
# Python & Implicit & GPU
22

3-
This Music Recommendation API provides artist recommendations based on collaborative filtering using the Alternating Least Squares (ALS) algorithm from the implicit library. The dataset utilized is from Last.fm. Note that alognside your .py file, include a requirements.txt so that the Dockerfile can install the necessary packages with pip.
3+
This Music Recommendation API provides artist recommendations based on collaborative filtering using the Alternating Least Squares (ALS) algorithm from the implicit library. The dataset utilized is from Last.fm. Note that alognside your .py file, include a requirements.txt so that the Dockerfile can install the necessary packages with pip. It demonstrates how to use a GPU with Python and the implicit library with Defang.
44

55
## Essential Setup Files
66

@@ -20,9 +20,9 @@ This Music Recommendation API provides artist recommendations based on collabora
2020

2121
---
2222

23-
Title: Implicit Flask
23+
Title: Python & Implicit & GPU
2424

25-
Short Description: A Music Recommendation API that provides artist recommendations based on collaborative filtering using the ALS algorithm from the implicit library
25+
Short Description: A Music Recommendation API that provides artist recommendations based on collaborative filtering using the ALS algorithm from the implicit library using a GPU.
2626

2727
Tags: music, recommendation, api, collaborative filtering, implicit library
2828

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)