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