Skip to content

Commit 777b162

Browse files
committed
Revise README to enhance clarity on AI-powered video creation workflow and update deployment instructions
1 parent 9a25d04 commit 777b162

1 file changed

Lines changed: 28 additions & 12 deletions

File tree

README.md

Lines changed: 28 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,53 @@
1-
# Scenes Management Application
21

3-
This is a scenes management application for the video creation process.
4-
It is a web application that allows users to create, edit, and manage scenes for a video.
5-
This application is built using Next.js and React.
2+
# AI-Powered Video Creation Application
3+
4+
This application is designed to create videos using AI technologies. Users provide content and preferences, and the system automates the video creation workflow:
5+
6+
1. **User Input:** Users provide content and preferences for the video.
7+
2. **Scene Generation:** AI analyzes the input to create and select relevant scenes.
8+
3. **Image & Audio Creation:** The backend generates images and audio for each scene using AI models.
9+
4. **Video Assembly:** Scenes are stitched together using ffmpeg to produce a complete video.
10+
11+
## AI Features
12+
13+
- **Scene Creation & Selection:** Automatically generates and selects scenes from user-provided content.
14+
- **Text-to-Audio Generation:** Converts text to audio using AI-powered voice synthesis.
15+
16+
This workflow streamlines video production, making it fast and accessible for users to create high-quality videos with minimal effort.
17+
18+
---
19+
20+
This is a web application built using Next.js and React. It allows users to create, edit, and manage scenes for a video.
21+
622

723
## Dev
824

9-
This is Next.js based application and local development can be setup as per the framework documentation.
25+
This is a Next.js based application. Local development can be set up as per the framework documentation.
1026

1127
**CSS and Components**
1228

1329
- Component library: Fluent UI React
14-
15-
https://react.fluentui.dev/?path=/docs/theme-colors--page
16-
https://react.fluentui.dev/?path=/docs/concepts-developer-theming--page
17-
https://react.fluentui.dev/?path=/docs/theme-typography--page
30+
- https://react.fluentui.dev/?path=/docs/theme-colors--page
31+
- https://react.fluentui.dev/?path=/docs/concepts-developer-theming--page
32+
- https://react.fluentui.dev/?path=/docs/theme-typography--page
1833

1934
**Development**
2035

36+
2137
**Production Deployment batchserver**
2238

2339
To deploy the application to the batchserver, run the following command:
2440

2541
`npm run build:bs`
2642

27-
`PORT=<port>npm run start:bs:prod`
43+
`PORT=<port> npm run start:bs:prod`
2844

2945
**Production Deployment image generation server**
3046

31-
To deploy the application to the batchserver, run the following command:
47+
To deploy the application to the image generation server, run the following command:
3248

3349
`npm run build:img`
3450

35-
`PORT=<port>npm run start:img:prod`
51+
`PORT=<port> npm run start:img:prod`
3652

3753

0 commit comments

Comments
 (0)