Open Interpreter is an open-source project similar to ChatGPT's Code Interpreter that allows you to run large language models locally.
It has made significant progress since initial release - can now fully control your computer, developer-friendly to build apps on top, and has vision capabilities.
Installing is very easy with the Python package manager - just pip install open-interpreter.
To use, first export your OpenAI API key, then run interpreter to start.
It can execute shell commands to control your computer, like listing folders, opening files, converting images etc.
The vision version can read screenshots and generate code to recreate UI elements.
You can create reusable scripts/tools with it to automate tasks.
Easily build applications on top with the Python module. It will write, fix, and execute code.
Can run completely locally using open-source models from LM Studio instead of API. Quality isn't as good but works.
Open Interpreter is an open-source project similar to ChatGPT's Code Interpreter that allows you to run large language models locally.
pip install open-interpreter
.interpreter
to start.More resources: