Skip to content

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. Created for NASA Space apps challenge 2023.

Notifications You must be signed in to change notification settings

MY-Sabil/ODATA-STAR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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. Created for NASA Space apps challenge 2023.

Topics

Resources

Stars

Watchers

Forks