Skip to content

Latest commit

Β 

History

History
83 lines (60 loc) Β· 1.46 KB

File metadata and controls

83 lines (60 loc) Β· 1.46 KB

πŸš€ Quick Start - Frontend

⚑ 30-Second Setup

Windows

run_app.bat

Linux/Mac

chmod +x run_app.sh
./run_app.sh

πŸ“– What You Get

A 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


🌐 Access

Open your browser:

http://localhost:8501

πŸ“¦ What's Inside

File Purpose
app.py Main Streamlit application
run_app.bat Windows launcher
run_app.sh Linux/Mac launcher
FRONTEND_README.md Detailed documentation

❓ Common Issues

Port already in use?

streamlit run app.py --server.port 8502

Missing dependencies?

pip install -r requirements.txt

Virtual 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

πŸ“š Next Steps

  1. Launch the app with run_app.bat or run_app.sh
  2. Explore the "Getting Started" section
  3. Read about the notebooks in the "Notebooks" section
  4. Open Jupyter Lab to run the actual notebooks

That's it! Enjoy your VLM Bootcamp πŸŽ“