An open API service indexing awesome lists of open source software.

https://github.com/abdouaziz/fqa

French Question Answering
https://github.com/abdouaziz/fqa

Last synced: about 2 months ago
JSON representation

French Question Answering

Awesome Lists containing this project

README

        

# French Question Answering



## Description

**Question answering** (QA) is the fields of information retrieval in natural language processing (NLP), which is concerned with to build a systems that automatically answer a questions about the content of a giving corpus .

## Objective

the objects in the project is to buid an QA System based on French language , the dataset used from :

*[FQuAD](https://fquad.illuin.tech/)

*[PIAF - Le dataset francophone de Questions-Réponses PIAF - Q&A](https://www.data.gouv.fr/fr/datasets/piaf-le-dataset-francophone-de-questions-reponses/)

## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

### Prerequisites


install the dependencies for this project by running the following commands in your terminal:

```
pip install -r requirements.txt
```