Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nikutopian/DocumentQA
- Owner: nikutopian
- License: mit
- Created: 2023-02-05T22:56:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-12T22:05:56.000Z (almost 2 years ago)
- Last Synced: 2024-08-08T00:43:19.347Z (5 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- project-awesome - nikutopian/DocumentQA - Ingest and Index Documents, Search Documents and support Natural Language Question Answering (Python)
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
```