Skip to content

abrahamkoloboe27/Cours-Streamlit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cours-Streamlit

This repository contains the materials for learning Streamlit, a Python library used for creating web applications for data science and machine learning projects.

Auteur

:blue[Abraham KOLOBOE]

Project Structure

  • Home.py: Main file to launch the Streamlit application.
  • pages/: Contains additional pages for the multi-page Streamlit app.
  • requirements.txt: Lists all the dependencies required to run the Streamlit application.
  • images/: Directory for storing images used in the application.

Installation

  1. Clone the repository:

    git clone https://github.com/abrahamkoloboe27/Cours-Streamlit.git
    cd Cours-Streamlit
  2. Install the required dependencies:

    pip install -r requirements.txt
  3. Run the Streamlit application:

    streamlit run Home.py

Usage

After running the application, navigate to the provided local URL in your web browser to interact with the app.

Contributing

Feel free to fork the repository and create pull requests. For major changes, please open an issue first to discuss what you would like to change.

License

This project is licensed under the MIT License. See the LICENSE file for details.


For more information, visit the GitHub repository.