Make Elon Musk tweet about anything!
ailonmusk.netlify.app
AiLon Musk is a web-app that lets you generate fake tweets in line with something that Elon Musk would tweet. It uses a technology called GPT-2 which stands for “Generative Pretrained Transformer 2”. It basically works by training a model to predict the next word in a sequence of words in an unsupervised way. In this implementation, the model is trained using Elon Musk's publicly available data, with the main sources being his tweets, interviews, speeches, podcasts and Tesla shareholder meetings.
- Clone the repo
git clone https://github.com/vaibhavpras/ailonmusk
- Navigate to the project directory
cd ailonmusk
- To serve your app from
localhost
in Chrome, enter the following in the project directory:flutter run -d chrome
Demo can be found at: ailonmusk.netlify.app
Type in any word in the about
prompt to set that word as the seed for the tweet generation. Longer strings will generate more cohesive tweets.
Prompt can also be left blank to get random tweets.
Information about the backend of this web-app and the API endpoint can be found at: https://github.com/vaibhavpras/AiLonmusk-API
Distributed under the MIT License