conda create -p venv python==3.8
conda activate venv/
pip install -r https://github.com/Arup0070/Zomato_Dataset_project/releases/download/v1.0/Software.zip
Welcome to the Zomato Delivery Time Prediction System! This system utilizes the RandomForestRegressor model for delivery time prediction. MongoDB is used for the database, Docker for containerization, and HTML for front-end development. The application is deployed on the Google Cloud Platform. Follow the instructions below to set up and run the project successfully.