This project is National University of Singapore BT4103 Capstone Project for NatWestMarket by Group 18 titled "Exploring ESG Strategies with AI". This project created a platform using Tkinter that accepts a company's name as input and will display ESG related information based on that company's sustainabilty reports and articles.
- Type
git clone https://github.com/putridar/esg-dashboard.gitin your terminal/command prompt - Type
cd esg-dashboard - Run
sudo pip install -r requirements.txtto install dependencies - Run
python -m spacy download en_core_web_sm - Run
python -m spacy download en_core_web_lg - Run
python Dashboard.py - A Tkinter window will show up and the platform can be used
