Prithwis commited on
Commit
0b86079
Β·
verified Β·
1 Parent(s): fffe66b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +60 -60
README.md CHANGED
@@ -1,61 +1,61 @@
1
- ---
2
- title: VR180 Converter
3
- emoji: 🎬
4
- colorFrom: purple
5
- colorTo: blue
6
- sdk: gradio
7
- sdk_version: 5.44.1
8
- app_file: app.py
9
- pinned: false
10
- ---
11
-
12
- # VR180 Converter
13
-
14
- Transform any 2D video into an immersive VR180 experience using AI-powered depth estimation and stereoscopic rendering.
15
-
16
- ## Features
17
-
18
- - **AI-Powered Depth Estimation**: Uses state-of-the-art AI models to analyze video depth
19
- - **Lightning Fast Processing**: Optimized for speed without compromising quality
20
- - **100% Private & Secure**: Your videos are processed locally, never uploaded to external servers
21
- - **Universal VR Compatibility**: Outputs work with all major VR headsets
22
- - **Multiple Format Support**: Supports MP4, AVI, MOV, MKV, WebM input formats
23
- - **Real-time Progress**: Live progress tracking during video processing
24
-
25
- ## How It Works
26
-
27
- 1. **Upload**: Select your 2D video file (max 100MB)
28
- 2. **AI Analysis**: Our AI analyzes depth and spatial relationships in your video
29
- 3. **Stereo Generation**: Creates left and right eye views for 3D perception
30
- 4. **VR180 Conversion**: Formats the output for VR 180 viewing
31
- 5. **Download**: Get your immersive VR video ready for any VR headset!
32
-
33
- ## Supported Formats
34
-
35
- - **Input**: MP4, AVI, MOV, MKV, WebM
36
- - **Output**: MP4 (VR180 format)
37
- - **Max Size**: 100MB per video
38
-
39
- ## VR Headset Compatibility
40
-
41
- - βœ… Oculus Quest 2/3/Pro
42
- - βœ… HTC Vive/Vive Pro
43
- - βœ… Valve Index
44
- - βœ… Pico 4/4 Enterprise
45
- - βœ… Any VR headset supporting VR180 format
46
-
47
- ## Technical Details
48
-
49
- This application uses:
50
- - **Depth Estimation**: Intel DPT models for accurate depth mapping
51
- - **Video Processing**: OpenCV and MoviePy for video manipulation
52
- - **Stereoscopic Rendering**: Custom algorithms for VR 180 conversion
53
- - **VR Metadata**: Google's Spatial Media Metadata Injector
54
-
55
- ## License
56
-
57
- This project is licensed under the MIT License.
58
-
59
- ---
60
-
61
  **Made with ❀️ for the VR community**
 
1
+ ---
2
+ title: VR180 Converter
3
+ emoji: 🎬
4
+ colorFrom: purple
5
+ colorTo: blue
6
+ sdk: gradio
7
+ sdk_version: "4.0.0"
8
+ app_file: app.py
9
+ pinned: false
10
+ ---
11
+
12
+ # VR180 Converter
13
+
14
+ Transform any 2D video into an immersive VR180 experience using AI-powered depth estimation and stereoscopic rendering.
15
+
16
+ ## Features
17
+
18
+ - **AI-Powered Depth Estimation**: Uses state-of-the-art AI models to analyze video depth
19
+ - **Lightning Fast Processing**: Optimized for speed without compromising quality
20
+ - **100% Private & Secure**: Your videos are processed locally, never uploaded to external servers
21
+ - **Universal VR Compatibility**: Outputs work with all major VR headsets
22
+ - **Multiple Format Support**: Supports MP4, AVI, MOV, MKV, WebM input formats
23
+ - **Real-time Progress**: Live progress tracking during video processing
24
+
25
+ ## How It Works
26
+
27
+ 1. **Upload**: Select your 2D video file (max 100MB)
28
+ 2. **AI Analysis**: Our AI analyzes depth and spatial relationships in your video
29
+ 3. **Stereo Generation**: Creates left and right eye views for 3D perception
30
+ 4. **VR180 Conversion**: Formats the output for VR 180 viewing
31
+ 5. **Download**: Get your immersive VR video ready for any VR headset!
32
+
33
+ ## Supported Formats
34
+
35
+ - **Input**: MP4, AVI, MOV, MKV, WebM
36
+ - **Output**: MP4 (VR180 format)
37
+ - **Max Size**: 100MB per video
38
+
39
+ ## VR Headset Compatibility
40
+
41
+ - βœ… Oculus Quest 2/3/Pro
42
+ - βœ… HTC Vive/Vive Pro
43
+ - βœ… Valve Index
44
+ - βœ… Pico 4/4 Enterprise
45
+ - βœ… Any VR headset supporting VR180 format
46
+
47
+ ## Technical Details
48
+
49
+ This application uses:
50
+ - **Depth Estimation**: Intel DPT models for accurate depth mapping
51
+ - **Video Processing**: OpenCV and MoviePy for video manipulation
52
+ - **Stereoscopic Rendering**: Custom algorithms for VR 180 conversion
53
+ - **VR Metadata**: Google's Spatial Media Metadata Injector
54
+
55
+ ## License
56
+
57
+ This project is licensed under the MIT License.
58
+
59
+ ---
60
+
61
  **Made with ❀️ for the VR community**