Skip to content

Rumpers/big-mac-other-index-streamlit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

I'm building my own version and overlaying with other products that might be interesting.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 96.0%
  • Python 4.0%