# AutoVideoEditor - FengRu2020 **Repository Path**: martin_z_he/AutoVideoEditor-FengRu2020 ## Basic Information - **Project Name**: AutoVideoEditor - FengRu2020 - **Description**: No description available - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-01-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AutoVideoEditor - FengRu2020 ## Requirements - python 3.7 - python packages: - numpy 1.18.1 - tensorflow 2.1.0 - pandas 1.0.2 - you-get 0.4.1432 - librosa 0.7.2 - scipy 1.4.1 - requests 2.23.0 - ffmpeg support ## How To Use - goto project folder ```shell script cd $PROJECT_FOLDER_PATH ``` - generate model on your own ``` python Code\preprocess.py ``` - generate video using models ``` python Code\generate_video.py ```