/smart_assistant

A full-stack web interface to scrape data from publicly available websites and produce insights about a company and its stock price trends.

Primary LanguagePython

Smart Assistant

Prerequisites

1. Python 3.7 or greater.
2. Then git clone this repo and type Terminal 'pip install -r requirements.txt'
3. Download nltk stop -> 'python -m nltk.downloader stopwords'
4. Setup flask by following commands 'export FLASK_APP=flaskr','export FLASK_ENV=development','flask run'.
5. Goto link http://127.0.0.1:5000/home/homepage.