Skip to content

mrnkim/generate-titles-and-hashtags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generate Titles and Hashtags for Your Video

👋 Introduction

You can count on this app to whip up a snazzy topic, a catchy title, and some trending hashtags for any video you fancy. Whether you're a content creator always on the hunt for a killer video title and hashtags, this app's got you covered. It's a quick and easy way to get the job done in a matter of seconds!

📌 Check out the Demo! (Note: This simplified version of the app does not include the video upload form)

Built With

(back to top)

🔑 Getting Started

Step 1. Generate Twelve Labs API Key

Visit Twelve Labs Playground to generate your API Key

  • Upon signing up, you'll receive free credits to index up to 10 hours of video content!

Step 2 (Option 1). Start the App on Replit

  1. Click the button below

    Run on Replit

  2. Add Secrets (equivalent to .env), which is located in the Tools pane

    REACT_APP_API_KEY=<YOUR API KEY>
    REACT_APP_INDEX_ID=<YOUR INDEX ID>
    
  3. Run the Repl

Step 2 (Option 2). Start the App Locally

  1. Clone the current repo

    git clone git@github.com:mrnkim/generate-titles-and-hashtags.git
  2. Create .env file in the root directory and provide the values for each key

     REACT_APP_API_KEY=<YOUR_API_KEY>
     REACT_APP_INDEX_ID=<YOUR_INDEX_ID>
     REACT_APP_SERVER_URL=<YOUR_SERVER_URL> //e.g., http://localhost
     REACT_APP_PORT_NUMBER=<YOUR_PORT_NUMBER> //e.g., 4001
    
  3. Start the server

    node server.js
  4. Install and start the client

    npm install
    npm start

(back to top)

🎯 What's Next?

  • Add more tests
  • Improve error handling and add data validations

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published