Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 694 Bytes

README.md

File metadata and controls

31 lines (28 loc) · 694 Bytes

Minutes of Meeting Maker

image

How to run?

  1. Clone the repository
git clone https://github.com/iamyajat/Minutes-of-Meeting-Maker.git
  1. Install venv
pip install virtualenv
  1. Create a virtual environment
virtualenv venv
  1. Activate the virtual environment
source venv/bin/activate
  1. Install the requirements
pip install -r requirements.txt
  1. Download the model from here and place it in the assets/model folder.
  2. Run the app
streamlit run main.py