https://github.com/donno2048/q-a
https://github.com/donno2048/q-a
pip question-answering wikipedia
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/donno2048/q-a
- Owner: donno2048
- License: mit
- Created: 2020-11-11T16:37:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-31T16:36:52.000Z (about 4 years ago)
- Last Synced: 2025-01-06T16:49:00.295Z (5 months ago)
- Topics: pip, question-answering, wikipedia
- Language: Python
- Homepage:
- Size: 169 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a tool to procces questions you will usually go to Wikipedia for
# Get requirements:
```
python -m pip install torch==1.7.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
```
# Install:
#### From GitHub:
```
python -m pip install git+https://github.com/donno2048/Q-A
```
#### From PyPi:
```
python -m pip install WikiQA
```
# Use:
```py
python -m WikiQA -h
usage: __main__.py [-h] [-s] [-i | -q ]Choose what you want to do
optional arguments:
-h, --help show this help message and exit
-s, --Setup Setup the requirements for the code
-i, --Interactive Open an interactive session for several questions
-q, --Question Ask a single question from the command line
```