From 5119b234621e08fd109d9cd655a1aa2442fe963b Mon Sep 17 00:00:00 2001 From: Gauri Joshi <> Date: Tue, 9 Sep 2025 18:15:04 +0200 Subject: [PATCH] update readme --- README.md | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/README.md b/README.md index e7874f5..5ef802f 100644 --- a/README.md +++ b/README.md @@ -34,44 +34,12 @@ Select option 1 for web dashboard (recommended). ./setup.sh ``` -## Available Commands - -```bash -# Interactive setup menu -./setup.sh - -# Web dashboard -python3 dashboard_api.py - -# CLI mode -python3 main.py - -# Search for more videos -python3 search_more_videos.py -``` - ## Web Dashboard - Access at: http://localhost:5001 - YouTube-like interface with AI confidence scores - Rate videos to train the AI model -## Manual Setup - -If you prefer manual setup: - -```bash -# Create virtual environment -python3 -m venv venv -source venv/bin/activate - -# Install dependencies -pip install requests pandas scikit-learn numpy python-dotenv flask flask-cors - -# Run dashboard -python3 dashboard_api.py -``` - ## Troubleshooting **Python not found**: Use `python3` instead of `python`