Skip to content

AbhinandG/code-runner

Repository files navigation

Key commands

To build the docker container, execute

docker build -t code_runner .

To run it, execute

docker run -d -p 12345:12345 -p 5555:5555 -v /your_path_to_the_repository/code_runner/resources:/app/resources code_runner

To run the streamlit UI, execute

streamlit run main.py

About

This project is a Code Generation and Running tool that leverages an LLM to generate Python code based on user queries. The generated code can be executed within a Docker container. The architecture involves a client-server model where the client sends code to a containerized environment for execution, and the server responds with the output.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors