Skip to content

AlexanderLiteplo/Podcast_Search_Engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Podcast Search Interface

Our goal is to make information retrieval from podcasts quick and easy. Instead of listening to an entire episode, users can search all podcast episodes for any subjects or terms. Our interface will pull up the exact episodes and timestamps where the term or subject is mentioned. By clicking on the timestamps, the podcast will begin playing from that point.

UI Preview

Here’s a preview of the user interface:

Podcast Search Interface

Frontend Setup

  1. Navigate to the Frontend directory:

    cd Frontend-UI
  2. Build the frontend:

    yarn build
  3. Open the application in your browser:

    Open http://localhost:3000

Backend Setup

  1. Open a new terminal and navigate to the Backend directory:

    cd Backend
  2. Install Python 3.11 if it’s not already installed.

  3. Activate the virtual environment:

    source env/bin/activate
  4. Install the required Python packages:

    pip install -r requirements.txt
  5. Run the backend application:

    python application.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published