We will develop an application to search for trains eligible for the TGV Max subscription. (Subscription of 79 euros/month offered to young people which allows to book for free an unlimited number of eligible trains under conditions of low traffic)
-
Download this directory to your computer.
-
Create your directory
mkdir project_data
-
Create your virtual environment
python3 -m venv env
-
Activate your virtual environment
source env/bin/activate
-
Pip update
pip install --upgrade pip
-
Install the dependency file
pip install -r requirements.txt
-
Run your streamlit project
streamlit run app.py
You should see a local web page like this
-
Clone this repository into your own github account.
-
Create an account on streamlit and connect your github profile so that streamlit has access to your application directory.
-
Go on streamlit and click on "New app", then fill in your directory name, your branch name and your file name app.py . Then click on "deploy".
-
After a few minutes, streamlit has deployed your application which is now accessible via a public url, congratulations ! 🎉
Can Deploy project on Streamlit freely.