GPT-Code UI
Open-source web interface that lets you run an AI code interpreter locally, uploading files and executing generated code through a browser UI.
About
GPT-Code UI is an open-source reimplementation of OpenAI's code interpreter feature, designed to run on your own machine. You describe a task in plain language, the AI generates the necessary code, and a local Python kernel executes it, all inside a simple web interface. It supports file uploads and downloads, keeps context across a conversation, and lets you switch between GPT-3.5 and GPT-4. The tool itself is free under the MIT license; you pay only for OpenAI API usage at standard rates.