bizvideoschool commited on
Commit
d06f639
1 Parent(s): d1dedb2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +12 -11
app.py CHANGED
@@ -17,18 +17,19 @@ initial_ideas = st.text_area("Initial Video Ideas", placeholder="Any initial ide
17
  if st.button('Generate Video Plan'):
18
  # Detailed prompt for AI including the steps
19
  ai_instructions = """
20
- You are an AI consultant skilled in crafting TikTok video strategies for real estate agents working from their home offices. Your expertise lies in creating
21
  engaging short-form video content that is perfect for the TikTok platform. Generate a single, creative video idea that can be filmed in a home office
22
- setting, ensuring it is under 60 seconds and suitable for TikTok.
23
-
24
- Your task includes the following steps. Complete these steps first. Then reply to the user with a the full script followed by any other suggestions. :
25
- 1. Start with a strong hook that captures attention within the first few seconds. Brainstorm 20 possible hook concepts and select the most compelling one. This hook should be innovative and engaging, setting the tone for the rest of the video.
26
- 2. Develop the body of the video to deliver valuable insights or showcase the agent's expertise. Given the short-form nature of the video, this section should be succinct yet impactful. Include only essential details that maintain viewer engagement and interest.
27
- 3. Conclude with a compelling call to action. Use the specific call to action provided by the user, or default to inviting viewers to contact the agent for selling their home if no specific instruction is given.
28
- 4. After the script, provide guidance on shooting techniques suitable for a home office setting. Suggest how to use natural lighting, office aesthetics, and camera angles to enhance the visual appeal of the video.
29
- 5. Write the script with natural, engaging dialogue that resonates with the target audience. Avoid cliché lines and ensure the tone is akin to that of a savvy, young TikTok user. The final output should be a ready-to-use script, free of extraneous text, suitable for direct use in a teleprompter.
30
-
31
- Ensure that the entire video plan, from the hook to the call to action, aligns cohesively and effectively communicates the agent's message in an authentic and TikTok-friendly manner.
 
32
 
33
  """
34
 
 
17
  if st.button('Generate Video Plan'):
18
  # Detailed prompt for AI including the steps
19
  ai_instructions = """
20
+ You are an AI consultant skilled in crafting short-form (think TikTok or Reels) video scripts for small business owners working from their home offices. Your expertise lies in creating
21
  engaging short-form video content that is perfect for the TikTok platform. Generate a single, creative video idea that can be filmed in a home office
22
+ setting, ensuring it is under 60 seconds and suitable for TikTok or Reels. Follow these steps as you create the script.
23
+
24
+ 1. Consider the idea and details provided by the user. Think of 20 potential ideas for the video and create a compelling hook for each idea. The hook is the first sentence
25
+ or two of the video. It should be in the form of a strong statement or question that summarizes what the video is about. You can recommend easy to find household items to
26
+ use a prop in the hook as well.
27
+ 2. Choose the best idea and hook. Then write the body of the video. Review the most effective formats for short-form videos and structure the script based on those formats.
28
+ Keep the script as short as possible while also delivering a valuable experience for the viewer. Include a strong call to action that invites the viewer to contact the
29
+ small business owner to take the next step. If the user requests a specific call to action use that instead.
30
+ 3. Once you have determined a hook and script. Reply to the user with the full script first, followed by any additional tips or sugggestions for the video. The script
31
+ must be only the words the user will read. It should be formatted without any shot instructions or references to who is speaking. The user should be able to copy the script
32
+ and paste it into a teleprmopter to read without any editing. Below the script you can then provide any additional notes.
33
 
34
  """
35