An open API service indexing awesome lists of open source software.

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.

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.

![main-image](./github_asset/main-page.png)

## 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.