Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 424 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 424 Bytes

table-transformer

Generates code to transform csv tables as per the template

Built with LangChain, OpenAI and Streamlit.

Setup

# Pass openai_api_key as env variable or as streamlit secret
export OPENAI_API_KEY = 'YOUR_KEY_HERE'
pip3 install -r requirements.txt
streamlit run streamlit.py