https://github.com/abrahamkoloboe27/cours-streamlit
Lien du site
https://github.com/abrahamkoloboe27/cours-streamlit
course python streamlit visualization
Last synced: about 1 month ago
JSON representation
Lien du site
- Host: GitHub
- URL: https://github.com/abrahamkoloboe27/cours-streamlit
- Owner: abrahamkoloboe27
- Created: 2024-01-21T22:56:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-29T08:15:48.000Z (10 months ago)
- Last Synced: 2025-03-29T09:41:54.151Z (2 months ago)
- Topics: course, python, streamlit, visualization
- Language: Python
- Homepage: https://cours-str-abklb.streamlit.app/
- Size: 698 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### 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]
* Email :
* WhatsApp : +229 91 83 84 21
* Linkedin : [Abraham KOLOBOE](https://www.linkedin.com/in/abraham-zacharie-koloboe-data-science-ia-generative-llms-machine-learning)
## 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:
```bash
git clone https://github.com/abrahamkoloboe27/Cours-Streamlit.git
cd Cours-Streamlit
```2. Install the required dependencies:
```bash
pip install -r requirements.txt
```3. Run the Streamlit application:
```bash
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](https://github.com/abrahamkoloboe27/Cours-Streamlit/tree/main).