This project is a Streamlit application created for the PyLadies Coffee Chat. It showcases the core values, skills, and learning methodologies of the "Growth Exploration Group".
- Python 3.9+
-
Clone the repository:
git clone https://github.com/your-username/pyladies-coffee-chat.git cd pyladies-coffee-chat -
Create and activate a virtual environment:
- macOS/Linux:
python3 -m venv .venv source .venv/bin/activate - Windows:
python -m venv .venv .venv\Scripts\activate
- macOS/Linux:
-
Install the dependencies:
pip install -r requirements.txt
Once the dependencies are installed, you can run the Streamlit application with the following command:
streamlit run main.pyThis will start the application and open it in your default web browser.
This project was inspired by the fruitful discussions and creative ideas from the amazing members of the PyLadies Taiwan coffee chat. Special thanks to everyone who participated and shared their insights!