We are building an app that will help both students and teachers during this unprecedented challenge to traditional education.
team members:
Notable links
We reccomend downloading Anaconda and creating a virtual environment before running the tool. See Conda Environment Doc
PKE - python keyphrase extraction (Github url: https://github.com/boudinfl/pke)
@InProceedings{boudin:2016:COLINGDEMO,
author = {Boudin, Florian},
title = {pke: an open source python-based keyphrase extraction toolkit},
booktitle = {Proceedings of COLING 2016, the 26th International Conference on Computational Linguistics: System Demonstrations},
month = {December},
year = {2016},
address = {Osaka, Japan},
pages = {69--73},
url = {http://aclweb.org/anthology/C16-2015}
}
pip install spacy
pip install nltk
pip install numpy
pip install flashtext
pip install wordnet
pip install pywsd (can be finnicky)
This is a very old library, so you're going to need to older versions of certain libraries to run this locally.
Copy and paste requirements.txt into the directory that you run your python commands.
Run pip install -r requirements.txt
From here.
pip install streamlit or conda install -c conda-forge streamlit
You can run some examples using streamlit hello in the command line
And run the app using streamlit run app.py
Running either of the above will automatically start the server in your browser.