201
edits
Ashin.mandal (talk | contribs) No edit summary |
Ashin.mandal (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
8bitify is a twitter bot that takes the image and text that you tweet to him and turns it into an 8bit console cut scene. | 8bitify is a twitter bot that takes the image and text that you tweet to him and turns it into an 8bit console cut scene. | ||
'''Approach:''' | |||
8 bit games and old consoles fascinate me. I wanted to make a bot that recreated cut scenes from the old games with a graphic in the middle and text below it. It would in a way recreate old memories and also create possibility for a different kind of 8 bit poetry. | |||
Apart from this I also wanted the bot to behave more like an actual bot that you can talk to. I wanted people to meet him first, talk to him, figure out how he works, rather than a set of predefined instructions. | |||
'''Implementation:''' | |||
In the first version of the bot, if one tweeted to the bot there was a binary response depending on whether you tweeted with an image or not. If there was not image, the bot would ask you to send one. | |||
With the latest update of the bot, now you can talk to him as well. I have attempted to make the AI good enough at least to pull of a basic conversation. | |||
Tweet to [https://twitter.com/8bitify @8bitify] now to get to know 8bitify! See if you can get him to 8bitify a picture for you or not! | |||
'''Example Tweets:''' | '''Example Tweets:''' | ||
Line 17: | Line 29: | ||
[[File:Ashin_luis.png]] | [[File:Ashin_luis.png]] | ||
[[File:Ashin_luis_8bit.png]] | [[File:Ashin_luis_8bit.png]] | ||
'''The code for the filter:''' | '''The code for the filter:''' | ||
Line 93: | Line 102: | ||
img2.show() | img2.show() | ||
</source> | </source> | ||
Rest of the code can be found on [https://github.com/ashinmandal/8bitified GitHub]. | |||
edits