https://github.com/amahanna/rbwiki
querying Wikipedia content through photo recognition
https://github.com/amahanna/rbwiki
typescript vision-api wikipedia-api
Last synced: 7 months ago
JSON representation
querying Wikipedia content through photo recognition
- Host: GitHub
- URL: https://github.com/amahanna/rbwiki
- Owner: aMahanna
- Created: 2020-11-07T21:49:51.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-09-11T19:20:24.000Z (almost 4 years ago)
- Last Synced: 2024-12-28T08:40:12.921Z (over 1 year ago)
- Topics: typescript, vision-api, wikipedia-api
- Language: TypeScript
- Homepage: https://rbwiki.herokuapp.com/
- Size: 360 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rbwiki
[](https://rbwiki.mahanna.dev/)
[](https://github.com/aMahanna/rbwiki/commits/main)
A Rube Goldberg Machine for accessing condensed Wikipedia page content through photo recognition.
A live demo can be found [here](https://rbwiki.mahanna.dev/).
Built with Express, using Typescript, JQuery, Handlebars, HTML, CSS, and the Google Cloud Vision & MediaWiki APIs.
It was originally intended for taking pictures of LP Records and getting condensed Wiki info about their album & band, but it can work with other things, like a book cover or a famous face.
To run:
- You will need a [Google Cloud API Key](https://cloud.google.com/docs/authentication/api-keys) (set as GCP_API_KEY in your `.env`)
- `yarn install`
- `yarn build`
- `yarn dev`