This Streamlit application will get sentence or paragraph or Wikipedia page and generate the knowledge graph using Spacy and Networkx packages.
Install required packages using requirements.txt file
pip install requirements.txt
To run the app:
streamlit run app.py
or
streamlit run Github_link