Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 591 Bytes

File metadata and controls

19 lines (11 loc) · 591 Bytes

PyMaker

About

PyMaker is a web service that allows people to generate Python code using AI. For the webserver, FastAPI is used and for the code generation Ollama is used. The service can be deployed to a single server using a Docker compose file or to a cluster of computers using Kubernetes.

The Ollama instance is deployed locally uses the llama3.2 model by default.

main-image

Structure

The web server is located in the pymaker-web folder.

The deployment files are located in the pymaker-deploy folder.