First clone the repository
git clone https://github.com/asifrahaman13/automatic-dollopCreate the virtual environement.
virtualenv .venv
source .venv/bin/activateNext you can install the required packages and libraries.
pip install -r requirements.txtCreate a .env file from the .env.exmaple
cp .env.example .envNext enter the credential and run the ipynb files.