meraj12 commited on
Commit
f234c22
Β·
verified Β·
1 Parent(s): 3838e30

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -21
README.md CHANGED
@@ -1,28 +1,39 @@
1
- # Love Text to Image Generator πŸ’Œ
2
-
3
- This app allows you to input romantic poems, songs, or phrases like "your face is like the moon" and turns them into beautiful images using Stable Diffusion.
4
-
5
- ✨ Powered by:
6
- - Streamlit
7
- - Hugging Face Diffusers
8
- - RunwayML Stable Diffusion v1.5
9
-
10
- πŸ–ΌοΈ Try writing something like:
11
- > "Your smile glows brighter than the stars"
12
- > "In your eyes, I see the whole universe"
13
- > "Your face is like the moon, soft and glowing"
14
-
15
- Built with ❀️ for creative lovers!
16
  ---
17
- title: Imagine
18
- emoji: πŸ“ˆ
19
- colorFrom: red
20
  colorTo: red
21
  sdk: streamlit
22
- sdk_version: 1.44.1
23
  app_file: app.py
24
  pinned: false
25
- license: apache-2.0
26
  ---
27
 
28
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Love Text to Image
3
+ emoji: πŸ’–
4
+ colorFrom: pink
5
  colorTo: red
6
  sdk: streamlit
7
+ sdk_version: "1.31.1"
8
  app_file: app.py
9
  pinned: false
 
10
  ---
11
 
12
+ # πŸ’Œ Love Text to Image Generator
13
+
14
+ This app allows you to input romantic poems, songs, or phrases like:
15
+
16
+ > "Your face is like the moon"
17
+ > "Your smile glows brighter than the stars"
18
+ > "In your eyes, I see the whole universe"
19
+
20
+ ✨ And it turns your love into stunning **AI-generated art**.
21
+
22
+ ## ✨ Features
23
+
24
+ - 🎨 Choose a style: **Ghibli**, **Anime**, or **Realistic**
25
+ - 🎀 Upload voice poetry (Whisper AI will transcribe it!)
26
+ - πŸ–ΌοΈ High-resolution image enhancement (Real-ESRGAN)
27
+ - πŸ’― 100% open-source & CPU-friendly
28
+
29
+ ## πŸš€ Powered by
30
+
31
+ - [Stable Diffusion](https://huggingface.co/runwayml/stable-diffusion-v1-5)
32
+ - [Ghibli Diffusion](https://huggingface.co/nitrosocke/Ghibli-Diffusion)
33
+ - [Anything v4 (Anime)](https://huggingface.co/andite/anything-v4.0)
34
+ - [Whisper ASR](https://github.com/openai/whisper)
35
+ - [Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN)
36
+
37
+ ---
38
+
39
+ Built with ❀️ using Streamlit and Hugging Face Spaces.