Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/project-llama/portal
- Owner: Project-Llama
- License: apache-2.0
- Created: 2024-05-07T20:26:15.000Z (8 months ago)
- Default Branch: stable
- Last Pushed: 2024-08-23T18:13:56.000Z (5 months ago)
- Last Synced: 2024-08-23T19:59:33.689Z (5 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.