Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 463 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 463 Bytes

Recipe-expert

A platform to concise and summarise the steps of any Cooking Video present on YouTube.

Requirements

  • python3
  • nodejs, version >= 14
  • ytDlp
  • deepgram
  • deepgram & openAI api Keys

Start the app

  • Expose public/audios/ folder in and use as the host url
  • start the app uvicorn main:app --reload

Access the app

  • clone this repository https://github.com/nitindoodhiya/cookie-how.git
  • cd cookie-how
  • npm i
  • npm start