The Code Interpreter Chat bot is an advanced Streamlit application that leverages OpenAI's GPT-4 model with a code interpreter tool. This app allows users to upload datasets, ask questions, and receive detailed responses, including code execution and file generation.
Start by uploading your dataset(s) in CSV format. The app supports multiple file uploads.
Use the chat interface to ask any questions related to your dataset. The assistant will process your queries and provide detailed responses.
The assistant will execute code as needed to answer your questions. You will see the code and its output directly in the chat.
Any files generated by the assistant during the analysis can be downloaded directly from the app.