https://github.com/syildizz/pymaker
PyMaker is a web service that allows people to generate Python code using AI.
https://github.com/syildizz/pymaker
code-generation docker docker-compose fastapi kubernetes ollama
Last synced: 3 months ago
JSON representation
PyMaker is a web service that allows people to generate Python code using AI.
- Host: GitHub
- URL: https://github.com/syildizz/pymaker
- Owner: syildizz
- License: other
- Created: 2025-04-28T18:38:10.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-28T20:23:59.000Z (about 1 year ago)
- Last Synced: 2025-04-30T03:53:50.222Z (about 1 year ago)
- Topics: code-generation, docker, docker-compose, fastapi, kubernetes, ollama
- Language: Python
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.

## Structure
The web server is located in the [pymaker-web](pymaker-web) folder.
The deployment files are located in the [pymaker-deploy](pymaker-deploy) folder.