Skip to content

ThianHooi/property-videos-summariser

Repository files navigation

Property Videos Summarizer

This project scrapes the videos from iherng YouTube channel and summarizes the videos using the Google Gemini LLM model.

Stack

  • Python + Sqlite
  • React + Remix
  • Tailwind

How to run python scripts to scrape the videos and summarize them

  1. Install the dependencies
pip install -r requirements.txt
  1. Run the script
python scripts/main.py

How to export videos from sqlite to json

  1. Run the script
python scripts/export_to_json.py

How to run the web app

  1. Install the dependencies
bun install
  1. Run the app
bun run dev

TODO

  • Add videos published date
  • Add property location URL or show in map
  • Improve LLM response by improving on the prompt