Poetry, ODBC driver for sql server (msodbcsql17), tesseract
- clone repo
git clone git@github.com:BigData-Fall2024-TeamA3/Assignment1.git
- Install dependencies
poetry install
- Create .streamlit/secrets.toml file for following
OPENAI_API_KEY = ""
s3_file_key_path = "path/to/your/files/"
bucket_name = ''
s3_file_key = 'path/to/your/metadata.jsonl'
s3_file_url = ''
aws_access_key_id = ''
aws_secret_access_key = ''
# Azure Connection details
server = ''
database = ''
username = ''
password = ''
driver = ''
- Run streamlit app
poetry run streamlit run app.py
- https://docs.streamlit.io/develop
- https://learn.microsoft.com/en-us/azure/azure-sql/?view=azuresql
- https://boto3.amazonaws.com/v1/documentation/api/latest/guide/s3-examples.html
- https://github.com/openai/openai-python
- https://docs.google.com/document/d/12x51PlTxUmD6F9uAui8ZyoWTlUt4VTFP3YCYAvrLZq4/edit?usp=sharing
- https://github.com/openai/openai-python/tree/main/examples






