This tool was built by Arya, Omkar and Charlie. It earned top 3 at PennApps Fall 2019.
For more info, check out our devpost
This project requires two processes to run.
First, git clone
our repository.
Then, create the virtualenv:
python3 -m pip install virtualenv
mkvirtualenv hack --python 3.6
source ~/hack/bin/activate
pip install -r ~/impromPPTX/reqs.txt
NOTE: we may be missing some requirements. This is most likely not up to date.
Then, open up tmux and run two sessions:
tmux pane 1:
cd ~/impromPPTX/data
source ~/hack/bin/activate
python3 server.py (requires restart on changes made to main_function.py)
tmux pane 2:
cd ~/impromPPTX/
source ~/hack/bin/activate
python3 manage.py runserver (does not require restart)