Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 438 Bytes

File metadata and controls

18 lines (12 loc) · 438 Bytes

AI_Powered_Note_Maker Ok

Steps to run the Project

  1. Clone the latest branch of the project
  2. Open the folder in terminal and run the following commands
python3 -m venv ai
ai\Scripts\activate
pip install -r requirements.txt
cd flask
flask run
  1. Possible error is ffmpeg - path not found error. If this error comes install ffmpeg manually from the official website and add the path to environment variables.