- Grammar/Styling filter
- Or get a better, purely-python-implemented question generator
- Finalize a main.py or pipeline to automate connections between our back and front-end components
- Test our pipeline on a brand new environment
- A .sh script to automate set-up procedures as much as possible
- Self-defined questions
- AWS deployment
Clients' Wishlist:
- Customize sections
- Password Protection of the site
Be sure to have Python version 3.6 and PipEnv installed on your machine.
- Start a terminal at the Flashcard Generator folder.
- Use the command
pipenv shell
.
This will launch a new Pipenv environment using the Pipfile files. - Launch the python console and use the command
import nltk
followed bynltk.download()
. - In the pop-up window, install "all".
- Download LexNLP.
- Use Pipenv to make a Python 3.6 environment in your downloaded LexNLP folder
- Use pipenv to install dependencies from python-requirements-full.txt
- Manually install any dependencies which PipEnv failed to install (for me that was sklearn)
- Launch the python console and use the command
import nltk
followed bynltk.download()
. - In the pop-up window, install "all".
Navigate to the intallation location of Python 3.6, open a terminal, and run the command sudo ./Install\ Certificates.command
.