xtreamsrl / movies-buddy

AI Assistant to pick your favourite movie - and didactic demo for RAG

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Your AI-Powered Movies Buddy

๐Ÿš€ Let's get started!

name open in
Explore Embeddings Colab Kaggle SageMaker
What are Vector Databases? Colab Kaggle SageMaker
RAG From Scratch Colab Kaggle SageMaker

๐Ÿค— How to contribute

  1. Clone the repo:
git clone git@github.com:xtreamsrl/movies-buddy

gh repo clone xtreamsrl/movies-buddy

Note

The project uses Python 3.11

  1. Install PDM

  2. Run the following:

pdm install --group=dev

# if you need jupyter notebooks
pdm install --group=dev --group=ide
  1. Check if everything works:
pdm run python -c "from movies_buddy import version; print(version.__version__)"
  1. Install pre-commit and nbstripout hooks:
pdm run pre-commit install --install-hooks
pdm run nbstripout --install

About

AI Assistant to pick your favourite movie - and didactic demo for RAG


Languages

Language:Jupyter Notebook 87.0%Language:Python 13.0%