In the project root where the folders "frontend" and "backend" are: ``` uvicorn backend.main:app --reload --port 9002 ``` ``` npm run dev ```
Revature - project 3: Downloads and transcribes YouTube videos via URL and pushes them into the RAG pipeline for use via a chatbot.