---
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 <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](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)

## Installation
1. Clone the repository (SSH):
```bash
 git clone git@hf.co:spaces/Ekimetrics/esrs-question-answering
```

2. Install dependencies:
```bash
 poetry install
 ```

## Usage
To run the project, use the following command:
```bash
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