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.
-
Clone the repository:
git clone https://github.com/mahm/codeinterpreter-streamlit.git cd codeinterpreter-streamlit
-
Install the required packages:
pip install -r requirements.txt
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.
This project is licensed under the MIT License.