Description
The current project structure needs to be improved for better readability, scalability, and maintainability. Specifically, the main.py file should be refactored to follow a cleaner architecture and modular design.
Proposed Changes
Refactor main.py: Simplify and reorganize the main script to improve clarity and reduce redundancy.
Create a utils/ directory: Move all video processing scripts and helper functions into this folder.
Create a models/ directory: Centralize model-related files and integrations (e.g., DeepSeek, open-source models, or API-based models) into this folder.
Goal
Improve code organization and make the codebase easier to extend and maintain for future development.
Description
The current project structure needs to be improved for better readability, scalability, and maintainability. Specifically, the main.py file should be refactored to follow a cleaner architecture and modular design.
Proposed Changes
Refactor main.py: Simplify and reorganize the main script to improve clarity and reduce redundancy.
Create a utils/ directory: Move all video processing scripts and helper functions into this folder.
Create a models/ directory: Centralize model-related files and integrations (e.g., DeepSeek, open-source models, or API-based models) into this folder.
Goal
Improve code organization and make the codebase easier to extend and maintain for future development.