/AI_View

AI-View_HTML

Primary LanguagePythonMIT LicenseMIT

d

AI-View

get the video captioning and with this to analyse the plot, theme, genre. at last combine the videos that inlcude the same plot, theme, genre to a longer video.

project description

goal: use the source video(a lot of full film and video) to generate a personal preference promotional video

user select genre, theme, plot of videos and system generate the short personal preference promotional video. pytorch implementation of video captioning.

  • frontend: django+HTML+javascript, realize the voice control(annyang) and frontend maschine human interaction
  • backend: django+mysql, to manage data(such as video path, caption, video inforamtion)
  • video_caption_generate: pytorch
  • video classification(humar behavior): pytorch
  • Multi-label universal video classification

Branchs

  1. Spracherkennung: frontend+backend
  2. video_caption: video caption, video classification(humar behavior), Multi-label universal video classification
  3. master: frontend html file+full version code

Steps

Spracherkennung

In this Branch need to realize the human maschine interaction, use the django framework and voice control(annyang javescript)

  1. interface design @YueNing @kevin
  2. backend data management and data structur design @kevin @brankyy Not yet implemented
  3. voice control @brankyy @YueNing Not yet implemented
video_caption

In this Branch need to realize the video process code,

  1. video caption(Video-based semantic content) @YueNing
  2. video classification(Human behavior recognition) @YueNing
  3. Multi-label universal video classification(Video-based semantic content) @YueNing @brankyy Not yet implemented
master

In this Branch merge all project code to here to get the final project code

About Links