An open API service indexing awesome lists of open source software.

https://github.com/manik2000/nh-planner

LLM based app for NH movies recommendation.
https://github.com/manik2000/nh-planner

Last synced: 7 months ago
JSON representation

LLM based app for NH movies recommendation.

Awesome Lists containing this project

README

          

# nh-planner

A CLI app that enables to scrape the screenings of Nowe Horyzonty cinema ([NH](https://www.kinonh.pl/index.s)) and then to filter the data.

![media/screenshot.png](media/screenshot.png)

## About

```
├── nh_planner
│   ├── __init__.py
│   ├── cli
│   │   ├── __init__.py
│   │   ├── app.py
│   │   └── commands
│   │   ├── filter.py
│   │   ├── get_limited.py
│   │   ├── info.py
│   │   ├── recommend.py
│   │   ├── refresh.py
│   │   └── utils.py
│   ├── core
│   │   ├── config.py
│   │   └── models.py
│   ├── main.py
│   └── services
│   ├── database.py
│   ├── embeddings.py
│   ├── filters.py
│   └── scraper.py
├── pyproject.toml
└── uv.lock
```