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

https://github.com/donno2048/q-a


https://github.com/donno2048/q-a

pip question-answering wikipedia

Last synced: 4 months ago
JSON representation

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
```