Files
Open-AutoGLM/.gitignore
let5sne.win10 195a93b7e0 Add screenshot content analysis using VLM
Features:
- ScreenshotAnalyzer class for VLM-based image analysis
- Real-time analysis during video recording
- Extract likes, comments, tags, category from screenshots
- Frontend display for category badges and tags
- Batch analysis API endpoint

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-09 23:20:52 +08:00

71 lines
661 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
venv/
ENV/
env/
.venv/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
# Type checking
.mypy_cache/
# Jupyter
.ipynb_checkpoints/
# OS
.DS_Store
Thumbs.db
# Project specific
*.log
/tmp/
screenshots/
*.apk
# Environment variables (keep .env.example as template)
.env
.env.local
# Keep old files during transition
call_model.py
app_package_name.py
.claude/
.venv
# Video learning data
video_learning_data/