Academic papers can be informative, but inaccessible to many people. The language used can often be convoluted and unnecessarily complicated. This web app aims to make academic papers easier to understand so you can easily and confidently engage with academia. Both in English and your chosen language!
- create virtual environment and install requirement.txt
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
pip freeze > requirements.txt
- setup yarn and dependencies Make sure you're using yarn 2
yarn