Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nikutopian/DocumentQA

Ingest and Index Documents, Search Documents and support Natural Language Question Answering
https://github.com/nikutopian/DocumentQA

Last synced: about 2 months ago
JSON representation

Ingest and Index Documents, Search Documents and support Natural Language Question Answering

Awesome Lists containing this project

README

        

# DocumentQA
Ingest and Index Documents, Search Documents and support Natural Language Question Answering

# Setup
```
conda create -n docenv
conda activate docenv
conda install pip matplotlib plotly pandas scipy scikit-learn
pip install -r requirements.txt
```