run_app.batchmod +x run_app.sh
./run_app.shA professional, interactive web interface with:
β
Navigation Panel - Browse 5 different sections
β
Home Page - Project overview & quick stats
β
Notebooks - Details about all 5 notebooks
β
Features - Models, optimizations, and tasks
β
Getting Started - Installation & troubleshooting
β
About - Project info and learning path
Open your browser:
http://localhost:8501
| File | Purpose |
|---|---|
app.py |
Main Streamlit application |
run_app.bat |
Windows launcher |
run_app.sh |
Linux/Mac launcher |
FRONTEND_README.md |
Detailed documentation |
Port already in use?
streamlit run app.py --server.port 8502Missing dependencies?
pip install -r requirements.txtVirtual environment issues?
python -m venv venv
source venv/bin/activate # Linux/Mac
venv\Scripts\activate # Windows
pip install -r requirements.txt
streamlit run app.py- Launch the app with
run_app.batorrun_app.sh - Explore the "Getting Started" section
- Read about the notebooks in the "Notebooks" section
- Open Jupyter Lab to run the actual notebooks
That's it! Enjoy your VLM Bootcamp π