File size: 766 Bytes
d779a1c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "name": "lecture-capture-ai",
  "version": "1.0.0",
  "description": "AI-powered lecture video processing pipeline",
  "main": "app.py",
  "scripts": {
    "start": "python app.py",
    "test": "python -m pytest tests/",
    "lint": "flake8 app.py",
    "format": "black app.py"
  },
  "keywords": [
    "ai",
    "machine-learning",
    "video-processing",
    "transcription",
    "summarization",
    "education",
    "lecture-capture"
  ],
  "author": "Your Name",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/yourusername/lecture-capture-ai"
  },
  "bugs": {
    "url": "https://github.com/yourusername/lecture-capture-ai/issues"
  },
  "homepage": "https://huggingface.co/spaces/yourusername/lecture-capture-ai"
}