This repo contains slide processing service (microservice) for Mock-buddy application, uses Flask to build RESTful APIs, you can see project description here. This service is deployed on Heroku.
A slide is a single page projected on a screen, usually built on the premise of a title, body, and figures or tables and includes both what is shown and what is spoken about that slide. This system will analyze Google Slide and give report about fine details of how to design a slide for optimal effect—such as the design elements that allow slides to convey meaningful information, to keep the audience engaged and informed, and to deliver the information intended and in the time frame allowed.
Workflow is,
- Check for spelling and grammatical errors
- Check slide violates rules of effective presenation.
-
System will analyze presentation slide and report errors found along with suggestions with the help of LanguageTool.
-
System will analyze presentation slide for number of slides, words per slide, shapes and pictures per slide and so on. Then give feedback about which things needs to be optimized.
- Java JDK 8 or newer (To launch LanguageTool server)
- Python 3.7 or newer
pip install -r requirements.txt
python3 app.py
👤 Karthick T. Sharma
- Github: @Karthick47v2
- LinkedIn: @Karthick47
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!