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
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>"
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).