An open API service indexing awesome lists of open source software.

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

Hi everyone! 👋 I've made this cool tutorial on how you can make your own web application using Streamlit.
https://github.com/aidoskanapyanov/big-mac-index-streamlit

datascience economics softwaredevelopment streamlit tutorial

Last synced: 3 months ago
JSON representation

Hi everyone! 👋 I've made this cool tutorial on how you can make your own web application using Streamlit.

Awesome Lists containing this project

README

        

# The Big Mac index Streamlit app

This is a tutorial project for how you can make The Big Mac index web application using [Streamlit](https://streamlit.io).

## Demo

Click this [link](https://aidoskanapyanov-big-mac-index-strea-srcthe-big-mac-index-xul5n0.streamlitapp.com/) to see the demo app.

Here is the GIF:

![the-big-mac-index](https://user-images.githubusercontent.com/65722512/188553239-d86539e7-9ed8-49a7-9c48-351fbb158945.gif)

## Documentation

Link to the LinkedIn tutorial article is [here](https://www.linkedin.com/pulse/lets-build-big-mac-index-web-application-using-aidos-kanapyanov/).

## Run Locally

Clone the project

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

Install dependencies

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

Start the web application

```bash
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](https://streamlit.io) for creating an awesome easy to use platform for
data scientists.

## Authors

- [@aidoskanapyanov](https://github.com/aidoskanapyanov)

## Badges

[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)