damiano1996/incoder-api
InCoder API is a RESTful API service for code autocompletion using Facebook's InCoder model. It leverages the model to infill code given the left and right context, supporting multiple programming languages. The service runs on a FastAPI backend with GPU acceleration support via CUDA.
PythonApache-2.0