- Step 1: Clone the repository from GitHub.
- Step 2: Create and activate a virtual environment.
- Step 3: Install dependencies using pip.
- Step 4: Run the server with 'uvicorn main:app --reload'.
- Step 5: Access the API at 'http://localhost:8000/youtube-info?video_id=YOUR_VIDEO_ID'.
- Step 6: Send a GET request with the video ID to retrieve metadata and transcripts.