- Create virtual environment by running
python3 -m venv .venv
- Activate virtual environment by running
source .venv/bin/activate
- Install dependencies
pip install -r requirements.txt
- Run server by running
gunicorn index:app
- Copy article from JW.org into your device clipboard.
- Click on paste.
- If you would like a sample letter to be generated, click on the
include sample letter?
checkbox. - Click on generate to generate QR template in word document based on the image and title of the article.
- BeautifulSoup - Web scraper
- Pillow - Image Manipulation
- Gunicorn - Http Server
- Docx - MS Word Generator
- Css-loader - https://github.com/raphaelfabeni/css-loader#install
- OpenAI Davinci Model