A web-app from the paper, Effectiveness of Doc2Vec in Authorship Identification Tasks, by Cedric Conol and Rosely Peña.
Though not necessary, I advise using a virtual environment.
git clone https://github.com/cedricconol/author-identification
cd author-identification
pip install -r requirements.txt
streamlit run app.py
Alternatively, you may run it using the github link.
streamlit run https://raw.githubusercontent.com/cedricconol/author-identification/master/app.py