From cc4bcae7753db6e842a722e0169c8c473b1faf18 Mon Sep 17 00:00:00 2001 From: Suhani Garg Date: Sun, 16 Oct 2022 11:58:11 +0530 Subject: [PATCH] Add Switch Actor App --- Projects/3-Advanced/Switch-Actor.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 Projects/3-Advanced/Switch-Actor.md diff --git a/Projects/3-Advanced/Switch-Actor.md b/Projects/3-Advanced/Switch-Actor.md new file mode 100644 index 00000000..6a69bc16 --- /dev/null +++ b/Projects/3-Advanced/Switch-Actor.md @@ -0,0 +1,28 @@ +# Actor Switching App + +**Tier:** 3-Advanced + +This app will help the User select a particular actor of their choice in any movie. +Users can pick a movie they want to watch, and using AI, and they can change the actors to someone they prefer. Basically, Users cast their films. +It only changes the face of the pre-existing actor to that of the User's preference. +Users could also get to choose the voice of their selected actor. +The application must have multiple celebrity databases so that users can select anyone. It should be applicable to any movie. + +Answer the following questions: + +- "What is the purpose of this application?" +- This application will help users choose their cast, resolving all the criticism for lousy casting in movies nowadays. + +## User Stories + +- [ ] Users can select any actor of their choice +- [ ] User can change the voice of actors accordingly + +## Example projects + +Examples could be games where you get to select your avatar, and each avatar leads the same story. + +https://podcastle.ai/editor/project/634b9fd938a6ad55dae4cc90 - This website generates text-to-voice audios, and the User can choose who voices it out of the given options. + +https://www.synthesia.io/ - Users can type in their script, choose an avatar and its voice and generate an AI video. +