Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amahanna/rbwiki
querying Wikipedia content through photo recognition
https://github.com/amahanna/rbwiki
typescript vision-api wikipedia-api
Last synced: 14 days 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-11T19:20:24.000Z (over 2 years ago)
- Last Synced: 2024-11-07T12:52:27.133Z (2 months 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
[![Render](https://img.shields.io/badge/Render-%46E3B7.svg?style=for-the-badge&logo=render&logoColor=white)](https://rbwiki.mahanna.dev/)
[![Last commit](https://img.shields.io/github/last-commit/aMahanna/rbwiki)](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`