├── .DS_Store ├── LICENSE ├── README.md ├── assets ├── 10campanies.png ├── ESG METRICS.jpg ├── arcdiagram.png ├── databricks1.png ├── databricks2.png ├── databricks3.png ├── databricks4.png ├── esgmetrics.jpg ├── predictnumberr.png └── visualai.png ├── azure-data-bricks ├── .DS_Store ├── pyspark.sql ├── reading.sql ├── screenshots │ ├── Screenshot (31).png │ ├── Screenshot (32).png │ └── Screenshot (33).png ├── transformation.sql └── visualization │ ├── Screenshot (34).png │ ├── Screenshot (35).png │ ├── Screenshot (36).png │ ├── Screenshot (37).png │ ├── Screenshot (38).png │ └── Screenshot (39).png ├── azure-data-factory ├── Screenshot (27).png └── Screenshot (28).png ├── azure-ml ├── .DS_Store ├── data_preprocessing.py ├── features.py ├── notebook.py ├── predict.py ├── screenshot │ ├── Screenshot (40).png │ ├── Screenshot (41).png │ ├── Screenshot (42).png │ ├── Screenshot (43).png │ ├── Screenshot (44).png │ ├── Screenshot (45).png │ ├── Screenshot (46).png │ ├── Screenshot (47).png │ ├── Screenshot (48).png │ ├── Screenshot (49).png │ ├── Screenshot (50).png │ └── Screenshot (51).png ├── tensorflow.py ├── train.py ├── visualiaztion.py └── visualization │ ├── Screenshot (52).png │ ├── Screenshot (53).png │ ├── Screenshot (54).png │ ├── Screenshot (55).png │ ├── Screenshot (56).png │ └── Screenshot (57).png ├── model screenshots ├── Screenshot (45).png ├── Screenshot (46).png ├── Screenshot (47).png ├── Screenshot (48).png └── Screenshot (49).png ├── model ├── EEsg_total_score_model.keras └── esg_total_score_model.keras ├── rawdata └── data.csv └── src ├── inference.py └── requirements.txt /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/.DS_Store -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/README.md -------------------------------------------------------------------------------- /assets/10campanies.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/assets/10campanies.png -------------------------------------------------------------------------------- /assets/ESG METRICS.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/assets/ESG METRICS.jpg -------------------------------------------------------------------------------- /assets/arcdiagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/assets/arcdiagram.png -------------------------------------------------------------------------------- /assets/databricks1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/assets/databricks1.png -------------------------------------------------------------------------------- /assets/databricks2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/assets/databricks2.png -------------------------------------------------------------------------------- /assets/databricks3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/assets/databricks3.png -------------------------------------------------------------------------------- /assets/databricks4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/assets/databricks4.png -------------------------------------------------------------------------------- /assets/esgmetrics.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/assets/esgmetrics.jpg -------------------------------------------------------------------------------- /assets/predictnumberr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/assets/predictnumberr.png -------------------------------------------------------------------------------- /assets/visualai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/assets/visualai.png -------------------------------------------------------------------------------- /azure-data-bricks/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/azure-data-bricks/.DS_Store -------------------------------------------------------------------------------- /azure-data-bricks/pyspark.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/azure-data-bricks/pyspark.sql -------------------------------------------------------------------------------- /azure-data-bricks/reading.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/azure-data-bricks/reading.sql -------------------------------------------------------------------------------- /azure-data-bricks/screenshots/Screenshot (31).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/azure-data-bricks/screenshots/Screenshot (31).png -------------------------------------------------------------------------------- /azure-data-bricks/screenshots/Screenshot (32).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/azure-data-bricks/screenshots/Screenshot (32).png -------------------------------------------------------------------------------- /azure-data-bricks/screenshots/Screenshot (33).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/azure-data-bricks/screenshots/Screenshot (33).png -------------------------------------------------------------------------------- /azure-data-bricks/transformation.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/azure-data-bricks/transformation.sql -------------------------------------------------------------------------------- /azure-data-bricks/visualization/Screenshot (34).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/azure-data-bricks/visualization/Screenshot (34).png -------------------------------------------------------------------------------- /azure-data-bricks/visualization/Screenshot (35).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/azure-data-bricks/visualization/Screenshot (35).png -------------------------------------------------------------------------------- /azure-data-bricks/visualization/Screenshot (36).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/azure-data-bricks/visualization/Screenshot (36).png -------------------------------------------------------------------------------- /azure-data-bricks/visualization/Screenshot (37).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/azure-data-bricks/visualization/Screenshot (37).png -------------------------------------------------------------------------------- /azure-data-bricks/visualization/Screenshot (38).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/azure-data-bricks/visualization/Screenshot (38).png -------------------------------------------------------------------------------- /azure-data-bricks/visualization/Screenshot (39).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/azure-data-bricks/visualization/Screenshot (39).png -------------------------------------------------------------------------------- /azure-data-factory/Screenshot (27).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/azure-data-factory/Screenshot (27).png -------------------------------------------------------------------------------- /azure-data-factory/Screenshot (28).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/azure-data-factory/Screenshot (28).png -------------------------------------------------------------------------------- /azure-ml/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/azure-ml/.DS_Store -------------------------------------------------------------------------------- /azure-ml/data_preprocessing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/azure-ml/data_preprocessing.py -------------------------------------------------------------------------------- /azure-ml/features.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/azure-ml/features.py -------------------------------------------------------------------------------- /azure-ml/notebook.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/azure-ml/notebook.py -------------------------------------------------------------------------------- /azure-ml/predict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/azure-ml/predict.py -------------------------------------------------------------------------------- /azure-ml/screenshot/Screenshot (40).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/azure-ml/screenshot/Screenshot (40).png -------------------------------------------------------------------------------- /azure-ml/screenshot/Screenshot (41).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/azure-ml/screenshot/Screenshot (41).png -------------------------------------------------------------------------------- /azure-ml/screenshot/Screenshot (42).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/azure-ml/screenshot/Screenshot (42).png -------------------------------------------------------------------------------- /azure-ml/screenshot/Screenshot (43).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/azure-ml/screenshot/Screenshot (43).png -------------------------------------------------------------------------------- /azure-ml/screenshot/Screenshot (44).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/azure-ml/screenshot/Screenshot (44).png -------------------------------------------------------------------------------- /azure-ml/screenshot/Screenshot (45).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/azure-ml/screenshot/Screenshot (45).png -------------------------------------------------------------------------------- /azure-ml/screenshot/Screenshot (46).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/azure-ml/screenshot/Screenshot (46).png -------------------------------------------------------------------------------- /azure-ml/screenshot/Screenshot (47).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/azure-ml/screenshot/Screenshot (47).png -------------------------------------------------------------------------------- /azure-ml/screenshot/Screenshot (48).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/azure-ml/screenshot/Screenshot (48).png -------------------------------------------------------------------------------- /azure-ml/screenshot/Screenshot (49).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/azure-ml/screenshot/Screenshot (49).png -------------------------------------------------------------------------------- /azure-ml/screenshot/Screenshot (50).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/azure-ml/screenshot/Screenshot (50).png -------------------------------------------------------------------------------- /azure-ml/screenshot/Screenshot (51).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/azure-ml/screenshot/Screenshot (51).png -------------------------------------------------------------------------------- /azure-ml/tensorflow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/azure-ml/tensorflow.py -------------------------------------------------------------------------------- /azure-ml/train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/azure-ml/train.py -------------------------------------------------------------------------------- /azure-ml/visualiaztion.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/azure-ml/visualiaztion.py -------------------------------------------------------------------------------- /azure-ml/visualization/Screenshot (52).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/azure-ml/visualization/Screenshot (52).png -------------------------------------------------------------------------------- /azure-ml/visualization/Screenshot (53).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/azure-ml/visualization/Screenshot (53).png -------------------------------------------------------------------------------- /azure-ml/visualization/Screenshot (54).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/azure-ml/visualization/Screenshot (54).png -------------------------------------------------------------------------------- /azure-ml/visualization/Screenshot (55).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/azure-ml/visualization/Screenshot (55).png -------------------------------------------------------------------------------- /azure-ml/visualization/Screenshot (56).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/azure-ml/visualization/Screenshot (56).png -------------------------------------------------------------------------------- /azure-ml/visualization/Screenshot (57).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/azure-ml/visualization/Screenshot (57).png -------------------------------------------------------------------------------- /model screenshots/Screenshot (45).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/model screenshots/Screenshot (45).png -------------------------------------------------------------------------------- /model screenshots/Screenshot (46).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/model screenshots/Screenshot (46).png -------------------------------------------------------------------------------- /model screenshots/Screenshot (47).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/model screenshots/Screenshot (47).png -------------------------------------------------------------------------------- /model screenshots/Screenshot (48).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/model screenshots/Screenshot (48).png -------------------------------------------------------------------------------- /model screenshots/Screenshot (49).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/model screenshots/Screenshot (49).png -------------------------------------------------------------------------------- /model/EEsg_total_score_model.keras: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/model/EEsg_total_score_model.keras -------------------------------------------------------------------------------- /model/esg_total_score_model.keras: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/model/esg_total_score_model.keras -------------------------------------------------------------------------------- /rawdata/data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/rawdata/data.csv -------------------------------------------------------------------------------- /src/inference.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/src/inference.py -------------------------------------------------------------------------------- /src/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OndCo/Ond-ESG-Intelligence-Platform/HEAD/src/requirements.txt --------------------------------------------------------------------------------