Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arnaudmiribel/exts_application
Web application to apply for a role at EXTS
https://github.com/arnaudmiribel/exts_application
Last synced: 24 days ago
JSON representation
Web application to apply for a role at EXTS
- Host: GitHub
- URL: https://github.com/arnaudmiribel/exts_application
- Owner: arnaudmiribel
- Created: 2020-11-11T15:54:04.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T08:59:35.000Z (6 months ago)
- Last Synced: 2024-11-03T09:42:14.311Z (2 months ago)
- Language: Python
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![GitHub size](https://github-size-badge.herokuapp.com/arnaudmiribel/exts_application.svg)](https://github.com/arnaudmiribel/exts_application/archive/master.zip)
# EXTS Application
This repository contains the source code of my application to [EPFL Extension School](https://www.extensionschool.ch/) job ad as an instructor for the Applied Data Science & Machine Learning course.
[![Open in Streamlit](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://share.streamlit.io/arnaudmiribel/exts_application/exts_app.py)
# Getting started
## Installation
1. Clone the current repository
2. Install the requirements```
pip install -r requirements.txt
```3. Now open a terminal and run:
```
streamlit run exts_app.py
```You should see the following output:
```
You can now view your Streamlit app in your browser.Local URL: http://localhost:8501
Network URL: http://192.168.86.27:8501
```Now visit [http://localhost:8501](http://localhost:8501) and it should look like [that](https://share.streamlit.io/arnaudmiribel/exts_application/exts_app.py)!