-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9e029fe
commit 694a9bc
Showing
1 changed file
with
63 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,65 @@ | ||
# TODOs: | ||
# 360 VisionVox | ||
|
||
## Other Tasks | ||
Control YouTube 360 videos with head movements and voice commands. | ||
|
||
- Update README.md file | ||
- Write article about the project | ||
![Project Image](demo_image.png) | ||
|
||
## Table of Contents | ||
|
||
- [About](#about) | ||
- [Demo](#demo) | ||
- [Features](#features) | ||
- [Installation](#installation) | ||
- [Usage](#usage) | ||
- [Contributing](#contributing) | ||
- [License](#license) | ||
|
||
## About | ||
|
||
360 VisionVox enhances the experience of watching YouTube 360-degree videos by enabling control through AI-powered voice commands and head movements. It utilizes TensorFlow.js for pose estimation and speech recognition, providing seamless interaction with the video player. | ||
|
||
## Demo | ||
|
||
<<TBD: Include Video Here>> | ||
|
||
## Features | ||
|
||
- **Voice Commands**: Control video playback with voice commands such as Play, Pause, Stop, Next, and Back. | ||
- **Head Movement Controls**: Navigate 360-degree videos by moving your head in different directions (Up, Down, Left, Right). | ||
|
||
## Installation | ||
|
||
1. Clone the repository: | ||
|
||
``` | ||
git clone https://github.com/your-username/360-visionvox.git | ||
``` | ||
2. Run the application: | ||
Open `index.html` in a web browser or set up a local server. | ||
## Usage | ||
1. Open `index.html` in a web browser. | ||
2. Ensure your browser has access to the microphone and camera. | ||
3. Say (Play, Pause, Stop, Next, Back) to control video playback. | ||
4. Enable head movements to navigate 360-degree videos: | ||
- Look Up/Down to adjust vertical viewing angle. | ||
- Look Left/Right to pan horizontally. | ||
5. Enjoy an immersive experience with navigating the 360-degree videos in the playlist. | ||
## Contributing | ||
Contributions are welcome! Here's how you can contribute: | ||
1. Fork the repository. | ||
2. Create a new branch (`git checkout -b feature/improvement`). | ||
3. Make your changes. | ||
4. Commit your changes (`git commit -am 'Add feature/improvement'`). | ||
5. Push to the branch (`git push origin feature/improvement`). | ||
6. Create a new Pull Request. | ||
## License | ||
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. |