This repository contains the materials for learning Streamlit, a Python library used for creating web applications for data science and machine learning projects.
:blue[Abraham KOLOBOE]
- Email : abklb27@gmail.com
- WhatsApp : +229 91 83 84 21
- Linkedin : Abraham KOLOBOE
- 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.
-
Clone the repository:
git clone https://github.com/abrahamkoloboe27/Cours-Streamlit.git cd Cours-Streamlit
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the Streamlit application:
streamlit run Home.py
After running the application, navigate to the provided local URL in your web browser to interact with the app.
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.
This project is licensed under the MIT License. See the LICENSE file for details.
For more information, visit the GitHub repository.