Skip to content

PennApps 2019. Automatically generates presentation slides based on what you say

Notifications You must be signed in to change notification settings

arya-k/impromPPTX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

impromPPTX

This tool was built by Arya, Omkar and Charlie. It earned top 3 at PennApps Fall 2019.

For more info, check out our devpost

How to run

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)

About

PennApps 2019. Automatically generates presentation slides based on what you say

Resources

Stars

Watchers

Forks

Packages

No packages published