Skip to content

generatedkeys/ds-case-flights

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Streamlit Project

Setup Instructions

Follow these steps to set up and run the Streamlit app:

1. Create and Activate a Virtual Environment

# Create a virtual environment
python3 -m venv .venv

# Activate the virtual environment (macOS/Linux)
source .venv/bin/activate

# On Windows, use:
# .venv\Scripts\activate

2. Install Dependencies

pip install -r requirements.txt

3. Run the Streamlit App

streamlit run app.py

Notes

  • Ensure you have Python 3.12.12 installed.
  • The app will open in your default web browser. If not, check the terminal for the URL to access the app.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors