Spaces:
Sleeping
Sleeping
File size: 1,326 Bytes
d3ba383 ca469a7 4661bf9 ca469a7 4661bf9 d3ba383 4661bf9 d3ba383 dcd3a81 4661bf9 d3ba383 dcd3a81 4661bf9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 |
---
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 [email protected]: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 |