Skip to content

davidteather/robot-interrupter

Repository files navigation

robot-interrupter

A robot that interrupts you because that's what you need in your life.

Video

Here's a video I made about this robot in use if you want to give it a watch here

Getting Started

This section is how do you get this dumb machine working!

Prerequisites

This script runs on python 3.x, but it's only been tested on 3.7.3

Clone or download this repo and create a virtual environment in its directory

virtualenv env

Activate the virtualenv

cd env/Scripts
activate
cd ..
cd ..

You also need to install google chrome as well as a matching chromedriver for your browser, which can be downloaded here

Then you need to add the chromedriver.exe to your system path. Here is a tutorial for windows.

Installing

Install the python requirements

pip install -r requirements.txt

Running the program

To run simply type in

python main.py

NOTE - This will download the full 1.5GB model for gpt-2-simple, but it only downloads it the first time.

The program will open up a chromedriver instance to AWS. Log into your AWS account if the command prompt tells you to.

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Inspiration

inspiration