Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coderunrepeat/xkcdsearch
Find xkcd comics based on their dialog content
https://github.com/coderunrepeat/xkcdsearch
Last synced: about 2 months ago
JSON representation
Find xkcd comics based on their dialog content
- Host: GitHub
- URL: https://github.com/coderunrepeat/xkcdsearch
- Owner: CodeRunRepeat
- License: mit
- Created: 2019-04-22T08:06:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-08T12:01:47.000Z (over 5 years ago)
- Last Synced: 2024-10-26T02:35:15.962Z (2 months ago)
- Language: C#
- Homepage:
- Size: 192 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
I've always loved [xkcd](https://xkcd.com) and some of their comics really talk to me. They've been around for ages though,
and it's impossible by now to find this old comic that's so appropriate for the occasion, since I only remember the punchline
or a couple of words from the captions.To solve this problem for myself and anyone who shares it, here is a simple, not particularly well built, Azure based solution
that OCRs the comics and provides with a search service on top of them. Captions and titles are included for the majority of
comics (except for those that had a big or complex enough image for the Computer Vision service to choke on).Here's what it looks like. The search app is red since it's not implemented yet, but everything else should be more or less in
place. This is not a single click deployment, but I'll get around to it sooner or later. Contributions and issue reports welcome.![Solution architecture](https://github.com/CodeRunRepeat/XkcdSearch/blob/master/docs/Architecture.png)