CoolFace
Apppublic

Ekimetrics/celsius-csrd-chatbot

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
App README

ESRS Q&A

In late 2022, Ekimetrics built ClimateQ&A, a tool to distill expert-level knowledge into easily digestible insights about climate science. For more information, please visit <a href="url" target="_blank">https://climateqa.com/docs/intro/</a>.

The European Corporate Sustainability Reporting Directive (CSRD) has entered into force from the 1st of January 2024 onwards. Inspired from ClimateQ&A, we have now built EsrsQ&A, a tool to distill European Sustainability Reporting Standards (ESRS).

Table of Contents

Installation

  1. 1.Clone the repository (SSH):
bash
 git clone git@hf.co:spaces/Ekimetrics/esrs-question-answering
  1. 1.Install dependencies:
bash
 poetry install

Usage

To run the project, use the following command:

bash
python app.py

Contributing

  1. 1.Clone the repository.
  2. 2.Create a new branch: git checkout -b feature-name.
  3. 3.Make your changes.
  4. 4.Push your branch: git push origin feature-name.
  5. 5.Create a pull request.

License

WIP