HussainLatiff commited on
Commit
09a04b7
Β·
verified Β·
1 Parent(s): 0c92183

Update README.md

Browse files

Finish up the info

Files changed (1) hide show
  1. README.md +57 -0
README.md CHANGED
@@ -11,3 +11,60 @@ license: unknown
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
14
+
15
+ # Phone Brr
16
+
17
+ This project empowers you to create engaging videos with haptic feedback seamlessly integrated. Leverage the power of Azure Video Analysis and Summary, MoviePy for video processing, and Gradio for an intuitive web user interface.
18
+
19
+ Link to the Hugging Face Space: https://huggingface.co/spaces/SE-09/HapticsProject
20
+
21
+ ## Features
22
+
23
+ - **AI-powered Haptic Integration:** Intelligently identify video segments that benefit from haptic effects using Azure Video Analysis and Summary.
24
+ - **Effortless Video Editing:** Utilize MoviePy's capabilities for efficient video processing and precise editing.
25
+ - **Curated Haptic Library:** Store and manage haptic audio clips in Azure Blob Storage for flexible incorporation into your videos.
26
+ - **Web-based Interface:** Gradio provides a user-friendly web UI where you can effortlessly upload videos, select haptic audio clips, and generate the final enhanced video.
27
+ - **Audio Mastering:** Add a final touch of polish with AI-powered audio mastering to ensure a well-balanced and professional sound.
28
+
29
+
30
+ ## Installation
31
+
32
+ **Prerequsites:** Ensure you have Python 3.8 or higher installed along with the required libraries:
33
+ - ` azure-cognitiveservices-videoanalyzer `
34
+ - ` moviepy `
35
+ - ` gradio `
36
+ - ` requests `
37
+ - ` pydub `
38
+ - ` ffmprg `
39
+ - ` subprocess `
40
+ - You can install them using
41
+ ```bash
42
+ pip install azure-cognitiveservices-videoanalyzer moviepy gradio requests pydub ffmprg subprocess
43
+ ```
44
+
45
+ ## Usage
46
+
47
+ 1. **Clone the Repository:**
48
+ - Use `git clone https://huggingface.co/spaces/SE-09/HapticsProject` to clone the Repository locally.
49
+ 2. **Configuration:**
50
+ - Set up a gradio virtual environment following [these steps](https://www.gradio.app/guides/installing-gradio-in-a-virtual-environment) before installing gradio.
51
+ - Install the remianing python libraries and dependancies.
52
+ 3. **Video Editing and Haptic Audio Integration:**
53
+ - Upload a Video file using the web interface.
54
+ - Additional optional Input fields to upload a custom Audio track along with specifying the instance to add haptics to.
55
+ - Click "Submit" button.
56
+ 4. **Output:**
57
+ - Upon sucessful processing the output fields will preview a video that can be downloaded.
58
+
59
+
60
+
61
+ ## Authors
62
+
63
+ - [@Hussain](https://github.com/HussainLatiff)
64
+ - [@Ravija](https://github.com/ravijaanthony)
65
+ - [@Shashika](https://github.com/Shashika-bit)
66
+ - [@Banuka](https://github.com/BanukaMandinu)
67
+ - [@Isuru](https://github.com/isururana)
68
+
69
+
70
+