Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 406 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 406 Bytes

Knowledge-Graph-with-NLP

Creating a Knowledge Graph based on NLP

Requirements:

  • re
  • pandas
  • bs4
  • requests
  • spacy
  • networkx
  • matplotlib
  • tqdm

The codes are based on a tutorial which can be found in Here

Many Thanks to Prateek Joshi for his beautiful job.