File size: 511 Bytes
6ca36e0
 
 
 
 
 
 
 
 
130c066
6ca36e0
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# πŸ¦„ 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)

---