momenaca's picture
update naming of file structure
ca469a7

A newer version of the Gradio SDK is available: 4.39.0

Upgrade
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

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

Usage

To run the project, use the following command:

python app.py

Contributing

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

License

WIP