Skip to content

feeling-free/Analysis-train-plan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Description

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)

web app

How to reproduce locally this Data Web App

  1. Download this directory to your computer.

  2. Create your directory

    mkdir project_data
    
  3. Create your virtual environment

    python3 -m venv env
    
  4. Activate your virtual environment

    source env/bin/activate
    
  5. Pip update

    pip install --upgrade pip
    
  6. Install the dependency file

    pip install -r requirements.txt
    
  7. Run your streamlit project

    streamlit run app.py
    

    You should see a local web page like this

    local

How to deploy your Web App

  1. Clone this repository into your own github account.

  2. Create an account on streamlit and connect your github profile so that streamlit has access to your application directory.

  3. 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".

  4. After a few minutes, streamlit has deployed your application which is now accessible via a public url, congratulations ! 🎉

Want to go further in the development of a web application ?

Can Deploy project on Streamlit freely.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages