Skip to content

Commit

Permalink
Merge pull request #7 from waraichinc/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
waraichinc authored Jul 20, 2023
2 parents 480e590 + 8bb8171 commit 78d7419
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
# table-transformer
Generates code to transform csv tables as per the template

Built with [LangChain](https://github.com/hwchase17/langchain), [OpenAI](https://openai.com/) and [Streamlit](https://streamlit.io/).

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

0 comments on commit 78d7419

Please sign in to comment.