AGayathriiii commited on
Commit
d90146c
Β·
verified Β·
1 Parent(s): 6ca36e0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -16
README.md CHANGED
@@ -1,20 +1,18 @@
1
- # πŸ¦„ The Enchanted Code Converter: .NET to Java
2
-
3
- A Streamlit app that uses Hugging Face models to convert C# code into Java code using LLMs.
4
-
5
- ## How it Works
6
-
7
- 1. Choose a model (Mistral, Mixtral, CodeGen2).
8
- 2. Paste your C# code.
9
- 3. Let the model convert it to Java using magic ✨
 
10
 
11
- ## Secrets
12
 
13
- This app uses the `HF_API_KEY` stored in Hugging Face Secrets. Go to:
14
- - `Settings > Secrets > Add new secret`
15
- - Key: `HF_API_KEY`
16
- - Value: *your Hugging Face token*
17
 
18
- ## Made with ❀️ by Aarvii (CEO AAYUVV)
 
19
 
20
- ---
 
1
+ ---
2
+ title: DotNet to Java Code Converter πŸ’»
3
+ emoji: πŸ”
4
+ colorFrom: pink
5
+ colorTo: indigo
6
+ sdk: streamlit
7
+ sdk_version: "1.31.1"
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
 
12
+ # πŸš€ DotNet to Java Code Converter
13
 
14
+ This Streamlit app lets you convert C# code into Java using powerful Hugging Face models like Mistral, Mixtral, and CodeGen2.
 
 
 
15
 
16
+ ### πŸ”’ Requires a Hugging Face token as `HF_API_KEY` in Secrets.
17
+ Go to **Settings > Secrets** and add your Hugging Face token like:
18