Skip to content

Latest commit

 

History

History
66 lines (47 loc) · 2.37 KB

File metadata and controls

66 lines (47 loc) · 2.37 KB

Landnotes

Landnotes shows Wikipedia places and events on top of OpenStreetMap - try it out!

There are currently 6.5 million events extracted from 400,000 articles using Google Gemini. If anything doesn't make sense, blame it on the AI! There might be 10 times more events to extract by scanning all of Wikipedia. Learn more about future directions in the project's documentation.

screenshot

screenshot

Stack

Landnotes is built on top of the following technologies 🙏

Web application:

Data curation:

Development

Run the website locally with:

cd website
npm run dev:remote-dbs

Or to run with local databases:

cd website
npm run dev

However for the local-database mode to run properly you need a local database worker (from Cloudflare):

  • First build a database using the scripts in data_curation (that's the hard part! Working on providing a test database).
  • Then install wrangler on your machine.

You can run the database worker with

cd worker
wrangler dev