/ML-project

Primary LanguageJupyter Notebook

ML-project

Make sure to uncomment .venv from gitignore?????

wiki module only works with python 3.8.5

Installing Requirements:

Type pip install -r requirements.txt

Downloading Data

  1. Add a list of queries into the queries folder under \src formatted by a new line for each query.
  2. Then go to main.py and change the QUERY_FILE variable to the name of the txt file of the list of queries.
  3. Run python3 main.py it will scrape all of the queries in that list.

References:

https://www.analyticsvidhya.com/blog/2019/06/comprehensive-guide-text-summarization-using-deep-learning-python/