lochn commited on
Commit
d779a1c
·
verified ·
1 Parent(s): 021aa67

Upload package.json

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