Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.27 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.27 KB

The Rogue - Florida Man Headline Generator

Team Members:

Server Setup Instructions

cd into the /app folder

Run python3 -m pip install -r requirements.txt to download the libraries needed by the application.

You'll want to edit line 408 of the main.py file if using a production WSGI server to host the web app, and change website_url to the URL or IP address of the WSGI server.

You'll want to edit line 409 of the main.py file if using a production WSGI server to host the web app, and is configured to host through HTTPS, and set is_https variable to True.

You'll want to open model/gdrive.txt, and download the files at the google drive links to the model folder.

From there, run python3 -m main to start the server on local, most changes while developing will be picked up in realtime by the server. Note that upon cloning this repository an example project with an untrained model will show up upon running python3 -m main.