- Dataset: CNN Daily Mail Text Summarisation
python -m venv venvfor initialising the virtual environmentsource venv/bin/activatefor activating the virtual environmentpip install --upgrade pipfor upgrading the pippip install -r requirements.txtfor install dependenciespip install -e .to installsrc
At the main directory
streamlit run src/frontend/main.pyto run the streamlit app