EZPPT runs Natural Language Processing algorithms that is able to analyze a DOCX document and return a powerpoint file with the most important points summarized into a neat powerpoint template that is ready to use with only a few tweaks from the user.
Visit the project on devpost to see details on our inspiration and plans.
- Clone the project
- CD to root directory
- Run
python3 -m venv venv
to create a new virtual env - Run
source venv/bin/activate
to start the virtual env - Run
pip install -r requirements.txt
to install project dependencies - Run
deactivate
andsource venv/bin/activate
to restart the virtual env to load bootstrap-flask (the package has a bug) - Run
export FLASK_APP=flaskr
andexport FLASK_ENV=development
to set env variables - Run
flask run
to start the server - Navigate to http://127.0.0.1:5000/ to see the product!