Make sure to uncomment .venv from gitignore?????
wiki module only works with python 3.8.5
Type pip install -r requirements.txt
- Add a list of queries into the queries folder under
\src
formatted by a new line for each query. - Then go to main.py and change the
QUERY_FILE
variable to the name of the txt file of the list of queries. - Run
python3 main.py
it will scrape all of the queries in that list.
https://www.analyticsvidhya.com/blog/2019/06/comprehensive-guide-text-summarization-using-deep-learning-python/