Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
s32x committed Mar 10, 2019
1 parent 75b18fc commit c7a3b6b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
@@ -1,4 +1,10 @@
Try this...
# Gamedetect

[![CircleCI](https://circleci.com/gh/s32x/gamedetect.svg?style=svg)](https://circleci.com/gh/s32x/gamedetect)

Gamedetect is a simple API that uses a trained neural network to identify games that are within the top 100 currently on Twitch (as of March 2019). The full list of supported games can be seen here.

## Try this...

Send a POST request with a (relatively clear) game screenshot in the "image" field of a form to gamedetect.io.

Expand All @@ -8,4 +14,4 @@ For example:
curl -X POST https://gamedetect.io -F image=MY_GAME_SCREENSHOT.png
```

Excited yet?
Excited yet? I sure am! Gamedetect is a fun project I've been playing with in my free time to learn about Computer Vision, Neural Networks, and Tensorflow. It's sort of my own hello world app that also could potentially serve a real use-case on Twitch or any other streaming platform that requires broadcasters to categorize their stream in the correct directory. I'm still very much a beginner to all of this and I'm sure I'm doing something wrong so feel free to let me know in the issues.

0 comments on commit c7a3b6b

Please sign in to comment.