#This is a smart chatbot program built with python
It scraps a websites content and uses its content to come up with relevant anserws to a clients needs.
this is where the link to the website is inserted """article = Article( 'https://www.tomshardware.com/reviews/how-to-build-a-pc,5867.html')"""
to run you need to install
- newspaper3k
- sklearn
- nltk
- numpy