Skip to content

srvaught/citation-manager

Repository files navigation

Download Python 3.8+ https://www.python.org/downloads/

Download Git https://git-scm.com/downloads

Download Microsoft C++ Build Tools: https://visualstudio.microsoft.com/visual-cpp-build-tools/

Run PowerShell as administrator:

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process
git clone https://github.com/srvaught/citation-manager.git
cd citation-manager
python -m venv venv
.\venv\Scripts\activate
pip install -r requirements.txt
python -m spacy download en_core_web_sm
streamlit run citations.py

URL to visit: http://localhost:8501

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages