Restaurant-Rating-Predictor

This is a Streamlit app that predicts the aggregate rating of a restaurant based on inputs like country, location, average cost, and service availability.

How to run locally

  1. Clone the repo
  2. Install dependencies: pip install -r requirements.txt
  3. Run the app: streamlit run app.py