Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available:
5.6.0
metadata
title: CSRD Chatbot
emoji: 🐨
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: 4.36.1
app_file: app.py
fullWidth: true
pinned: false
hf_oauth: true
short_description: Ask any questions related to ESRS
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 https://climateqa.com/docs/intro/.
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
- Clone the repository (SSH):
git clone [email protected]:spaces/Ekimetrics/esrs-question-answering
- Install dependencies:
poetry install
Usage
To run the project, use the following command:
python app.py
Contributing
- Clone the repository.
- Create a new branch:
git checkout -b feature-name
. - Make your changes.
- Push your branch:
git push origin feature-name
. - Create a pull request.
License
WIP