Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.04 KB

README.md

File metadata and controls

24 lines (21 loc) · 1.04 KB

O,Data STAR



O,Data STAR is a web app that allows the user to put in complex documents as input and ask queries or suggest recommendations based on the data in those documents.

To check out the user interface, visit: https://odatastar.co/
To check the whole project, visit: https://www.spaceappschallenge.org/2023/find-a-team/the-procrastinators/?tab=project

Installation

Run the following command on your terminal to install all the required packages,

pip install langchain openai chromadb tiktoken flask werkzeug "unstructured[all-docs]"

Create or edit the "envs.py" file and enter your OpenAI api key,

APIKEY="<Your API key here>"

Common Errors

If you are getiing an error with the package "numexpr" on a windows machine, please install the MS Visual C++ runtime (VC_redist.x64.exe).