Welcome to Remie!
To use our site you must have Python, Venv, and Flask installed/set. You must also download all the modules used in this project as well. There is a requirements.txt file that lists all the required modules, including their versions.
Please ensure that the Flask-SQLAlchemy
and SQLAlchemy
modules installed are the same verison as in the requirements.txt file. Newer versions of these modules may not be supported.
Once everything is set, in the terminal cd into Remie then run the command:
python3 app.py
DISCLAIMER:
Please create your own API Keys for OPENAI_API_KEY
, GOOGLE_CSE_KEY
, and GOOGLE_API_KEY
.
To use the calendar, you need to configure
the GOOGLE_CALENDAR_ID
and GOOGLE_CALENDAR_API_KEY
environment variables. This is a lot of work on your own as you must launch a config file separately in order for the user auth to work. We are working on a way to deploy this so that you just have to authenticate with your Google account.
The APIs used in Remie are stored in ENVIRONMENT Variables!