Skip to content

Latest commit

 

History

History
68 lines (39 loc) · 1.6 KB

README.md

File metadata and controls

68 lines (39 loc) · 1.6 KB

The Big Mac index Streamlit app

This is a tutorial project for how you can make The Big Mac index web application using Streamlit.

Demo

Click this link to see the demo app.

Here is the GIF:

the-big-mac-index

Documentation

Link to the LinkedIn tutorial article is here.

Run Locally

Clone the project

git clone https://github.com/aidoskanapyanov/big-mac-index-streamlit.git

Install dependencies

python3 -m venv .venv
source .venv/bin/activate
pip install --upgrade pip
pip install poetry
poetry install

Start the web application

streamlit run src/the_big_mac_index.py

Deployment

Follow these steps to deploy this project to streamlit:

  • Publish this project to your github account 📁
  • Sign up to share.streamlit.io
  • Press the "New app" button and choose your repository 🆕
  • Specify the "Main file path" as src/the_big_mac_index.py 📝
  • Press "Deploy!" and now you have your own cool web application! 🎉

Acknowledgements

  • Thanks for Streamlit for creating an awesome easy to use platform for data scientists.

Authors

Badges

MIT License