Skip to content

Web Application developed in python using streamlit to make previsions using machine model created with scikit-learn.

License

Notifications You must be signed in to change notification settings

felipeclarindo/pizza-price-predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌍 Leia em Português

Pizza Price Predictor

This project is a machine learning application that estimates the price of a pizza based on the diameter in centimeters. Using scikit-learn and ``Streamlit`, it offers a user-friendly and intuitive interface to view price predictions in real time.

Features

  • Diameter input - Allows user to insert the diameter of the pizza in centimeters.
  • Price Prediction - Based on a linear regression model, the application estimates the price of the pizza and displays the estimated value.
  • Intuitive Interface - Developed with Streamlit, the app has a simple and user-friendly interface for easy use.

Technologies Used

Steps to install and run

  1. Clone the repository:
git clone https://github.com/felipeclarindo/pizza-price-predictor.git
  1. Enter directory:
cd pizza-price-predictor
  1. Create the Virtual Environment:
python -m venv .venv
  1. Activate the Virtual Environment running file .bat in .venv/Scripts/activate.bat.

  2. Install dependencies:

pip install -r requirements.txt
  1. Run the application:
streamlit run app/main.py
  1. The application will be available at:
  • http://localhost:8501
  1. Steps for use:
  • Enter the diameter of the pizza in centimeters.
  • Click Calculate price to see the prediction.

Contribution

Contributions are welcome! If you have suggestions for improvements, feel free to open an issue or submit a pull request.

Author

Felipe Clarindo

License

This project is licensed under the GNU Affero License.