Spaces:
Sleeping
Sleeping
metadata
title: Example
emoji: 🐢
colorFrom: green
colorTo: blue
sdk: docker
pinned: false
license: bsl-1.0
week2-chainlit
This is an attempt to maybe get a movie-recommendation bot working, deployed somewhere on HuggingFace.
Note that this uses a static FAISS vector storage loaded from disk, in order to save on startup time and external API calls.
Quick Start
Install packages
pip install -r requirements.txt
Run the application:
chainlit run app.py -w
TODOs
- Code cleanup, w.r.t my unfamiliarity with the new libraries and how things are loaded, supposed to work (and Python)
- Linter setup
- Cleanup and sort imports