- Move into the project directory using
cd Data-Processing-Toolkit
- Create a virtual environment
python -m venv env
- Activate the virtual environment
.\env\Scripts\activate
- Install the dependencies
pip install -r requirements.txt
- Run the flask application
python app.py