|
# π¦ The Enchanted Code Converter: .NET to Java |
|
|
|
A Streamlit app that uses Hugging Face models to convert C# code into Java code using LLMs. |
|
|
|
## How it Works |
|
|
|
1. Choose a model (Mistral, Mixtral, CodeGen2). |
|
2. Paste your C# code. |
|
3. Let the model convert it to Java using magic β¨ |
|
|
|
## Secrets |
|
|
|
This app uses the `HF_API_KEY` stored in Hugging Face Secrets. Go to: |
|
- `Settings > Secrets > Add new secret` |
|
- Key: `HF_API_KEY` |
|
- Value: *your Hugging Face token* |
|
|
|
## Made with β€οΈ by Aarvii (CEO AAYUVV) |
|
|
|
--- |
|
|