Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/project-llama/portal

Translate code via command-line!
https://github.com/project-llama/portal

Last synced: 2 months ago
JSON representation

Translate code via command-line!

Awesome Lists containing this project

README

        



# Portal

[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

## Description

Portal is an AI code converter for all! Portal can port code from one programming language to another using CodeLLaMA.

## Features

- Accurate code translation via CodeLLaMa and Ollama

## Installation

Install via `pip install portalai` on Windows, `pip3 install portalai` on MacOS/Linux, or `!pip install portalai` on Jupyter Notebook.

## Usage

`portal myscript.py python c`

The command above will translate `myscript.py` into C code from Python.

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

## License

This project is licensed under the Apache 2.0 License - see the [LICENSE](LICENSE) file for details.