Skip to content

tom-doerr/ai_data_analyser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Data Analyser

Repository's starts Issues License
Latest commit GitHub repository size

  1. To run the streamlit app locally, you need to add your OpenAI API key in .streamlit/secrets.toml.

With docker (recommended)

  1. Build the docker container with docker build . -t ai_data_analyser_image.

  2. Run the docker container with docker run -p 8501:8501 -v $PWD:/mounted ai_data_analyser_image bash -c 'cd /mounted; streamlit run streamlit_main.py'

  3. Open localhost:8501 in your browser, you should now see the streamlit app.

Without docker (not safe)

  1. Install streamlit using pip install streamlit.

  2. Run it using streamlit run streamlit_main.py.

About

Analyse tabular data using OpenAI Codex

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published