Dicoding-Belajar_Analisis_Data_dengan_Python

Link Streamlit Cloud :

image

How to install

  1. Clone this repository

    git clone https://github.com/KeyCode17/Dicoding-Belajar_Analisis_Data_dengan_Python.git
    
  2. Move to directory Dicoding-BADP

    cd Dicoding-Belajar_Analisis_Data_dengan_Python
    
  3. Install all the requirements inside "requirements.txt"

    pip install -r requirements.txt
    
  4. Run streamlit app with maps

    streamlit run streamlit\index_with_geolocation.py
    
  5. Run streamlit app without maps if code too long to run

    streamlit run streamlit\index_with_geolocation.py
    
  6. Stop the application program by ctrl + c.