amrael / codeinterpreter-streamlit

codeinterpreter-api with Streamlit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

codeinterpreter-api with Streamlit

Installing Required Packages

To start with this project, first, you need to install Python and the required packages. Python 3.7 or higher is recommended.

After installing Python, clone this repository and install the necessary packages.

  1. Clone the repository:

    git clone https://github.com/mahm/codeinterpreter-streamlit.git
    cd codeinterpreter-streamlit
  2. Install the required packages:

    pip install -r requirements.txt

Running the Application

To run the application with Streamlit, execute the following command from your terminal:

streamlit run app.py

Executing this command will launch the application, and you should be able to open it in your web browser. Normally, Streamlit will automatically open your web browser, but if it doesn't, just copy and paste the URL that appears in your terminal.

Permissions and License

This project is licensed under the MIT License.

About

codeinterpreter-api with Streamlit

License:MIT License


Languages

Language:Python 100.0%