https://github.com/abdouaziz/fqa
French Question Answering
https://github.com/abdouaziz/fqa
Last synced: about 2 months ago
JSON representation
French Question Answering
- Host: GitHub
- URL: https://github.com/abdouaziz/fqa
- Owner: abdouaziz
- Created: 2021-09-09T10:54:09.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-03T11:16:06.000Z (over 3 years ago)
- Last Synced: 2025-01-30T00:32:12.771Z (4 months ago)
- Size: 84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```