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.
The web server is located in the pymaker-web folder.
The deployment files are located in the pymaker-deploy folder.