Skip to content
/ a2-template Public template

A template repository for Assignment 2 of the CMU Interactive Data Science class

License

Notifications You must be signed in to change notification settings

CMU-IDS-2020/a2-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMU Interactive Data Science Assigment 2

Instructions

Run Locally

Check out the Streamlit getting started guide and setup your Python environment.

To run the application locally, install the dependencies with pip install -r requirements.txt (or another preferred method to install the dependencies listed in requirements.txt). Then run streamlit run streamlit_app.py.

Deploy to Streamlit Sharing

Before you can view your application online, you need to have it set up with Streamlit Cloud. Sign up for a free Starter Streamlit Cloud account.

Then, go to share.streamlit.io to deploy your Streamlit app by creating a new app and pointing it to your github repo.

Once the repo is set up, please update the URL as the top of this readme and add the URL as the website for this GitHub repository.

Deliverables

  • An interactive data science or machine learning application using Streamlit.
  • The URL at the top of this readme needs to point to your Streamlit application online. The application should also list the names of the team members.
  • A write-up that describes the goals of your application, justifies design decisions, and gives an overview of your development process. Use the writeup.md file in this repository. You may add more sections to the document than the template has right now.

About

A template repository for Assignment 2 of the CMU Interactive Data Science class

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages