Recently launched my first end-to-end ML app! A film recommender system based on matrix factorization, built for Letterboxd users.

This page summarizes the projects mentioned and recommended in the original post on /r/learnmachinelearning

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • matrix-factorization

    Library for matrix factorization for recommender systems using collaborative filtering

  • I originally tried using RiverML, which is dedicated to online ML, but after a ton of tweaking I still wasn't satisfied. In the end, I used the matrix-factorization library, which is not at all flashy but worked much, much better. By adjusting the learning rate and epochs for feeding new ratings into the model I can adjust how "personalized" the ratings are, and after a few days of messing with it I got it where I wanted it.

  • fastapi

    FastAPI framework, high performance, easy to learn, fast to code, ready for production

  • This project is built with Streamlit for the front-end, FastAPI for the back-end and both are in Docker containers being run on AWS ECS.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Setup REST-API service of AI by using Local LLMs with Ollama

    3 projects | dev.to | 9 May 2024
  • Python: A SQLAlchemy Wrapper Component That Works With Both Flask and FastAPI Frameworks

    3 projects | dev.to | 3 May 2024
  • FastAPI Best Practices: A Condensed Guide with Examples

    1 project | dev.to | 30 Apr 2024
  • How to Deploy a Fast API Application to a Kubernetes Cluster using Podman and Minikube

    2 projects | dev.to | 22 Apr 2024
  • Analysing FastAPI Middleware Performance

    1 project | dev.to | 22 Apr 2024