Subham9126 commited on
Commit
168b042
·
verified ·
1 Parent(s): 3adfd32

Update database.json

Browse files
Files changed (1) hide show
  1. database.json +88 -20
database.json CHANGED
@@ -1,32 +1,100 @@
1
- [
 
2
  {
3
- "title": "Sample Video 1",
4
- "url": "https://pub-ae4961d7376541d7ac8c9c9f32eed981.r2.dev/Solo.Leveling.Arise.from.the.Shadow.S02E07.1080p.WEB-DL.Hindi.2.0-English.2.0.ESub.x264-HDHub4u.Tv.mkv",
5
- "thumbnail": "https://example.com/thumbnails/sample1.jpg"
6
  },
7
  {
8
- "title": "Sample Video 2",
9
- "url": "https://pixeldrain.net/api/file/s38VHJVB?download",
10
- "thumbnail": "https://example.com/thumbnails/sample2.jpg"
11
  },
12
  {
13
- "title": "Tutorial: Getting Started",
14
- "url": "https://example.com/videos/nature.mp4",
15
- "thumbnail": "https://example.com/thumbnails/tutorial.jpg"
16
  },
17
  {
18
- "title": "Nature Documentary",
19
- "url": "https://example.com/videos/nature.mp4",
20
- "thumbnail": "https://example.com/thumbnails/nature.jpg"
21
  },
22
  {
23
- "title": "Tech Review",
24
- "url": "https://example.com/videos/tech.mp4",
25
- "thumbnail": "https://example.com/thumbnails/tech.jpg"
26
  },
27
  {
28
- "title": "Cooking Show",
29
- "url": "https://example.com/videos/cooking.mp4",
30
- "thumbnail": "https://example.com/thumbnails/cooking.jpg"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  }
32
- ]
 
 
1
+ {
2
+ "videos": [
3
  {
4
+ "title": "Introduction to Machine Learning",
5
+ "url": "https://huggingface.co/username/model-repo/resolve/main/intro-ml.mp4"
 
6
  },
7
  {
8
+ "title": "Deep Learning Fundamentals",
9
+ "url": "https://huggingface.co/username/model-repo/resolve/main/deep-learning.mp4"
 
10
  },
11
  {
12
+ "title": "Neural Networks Explained",
13
+ "url": "https://huggingface.co/username/model-repo/resolve/main/neural-networks.mp4"
 
14
  },
15
  {
16
+ "title": "Convolutional Neural Networks",
17
+ "url": "https://huggingface.co/username/model-repo/resolve/main/cnn.mp4"
 
18
  },
19
  {
20
+ "title": "Recurrent Neural Networks",
21
+ "url": "https://huggingface.co/username/model-repo/resolve/main/rnn.mp4"
 
22
  },
23
  {
24
+ "title": "Transformers Architecture",
25
+ "url": "https://huggingface.co/username/model-repo/resolve/main/transformers.mp4"
26
+ },
27
+ {
28
+ "title": "Natural Language Processing",
29
+ "url": "https://huggingface.co/username/model-repo/resolve/main/nlp.mp4"
30
+ },
31
+ {
32
+ "title": "Computer Vision Basics",
33
+ "url": "https://huggingface.co/username/model-repo/resolve/main/cv-basics.mp4"
34
+ },
35
+ {
36
+ "title": "Object Detection Methods",
37
+ "url": "https://huggingface.co/username/model-repo/resolve/main/object-detection.mp4"
38
+ },
39
+ {
40
+ "title": "Image Segmentation Techniques",
41
+ "url": "https://huggingface.co/username/model-repo/resolve/main/segmentation.mp4"
42
+ },
43
+ {
44
+ "title": "Reinforcement Learning",
45
+ "url": "https://huggingface.co/username/model-repo/resolve/main/rl.mp4"
46
+ },
47
+ {
48
+ "title": "Transfer Learning",
49
+ "url": "https://huggingface.co/username/model-repo/resolve/main/transfer-learning.mp4"
50
+ },
51
+ {
52
+ "title": "GANs: Generative Adversarial Networks",
53
+ "url": "https://huggingface.co/username/model-repo/resolve/main/gans.mp4"
54
+ },
55
+ {
56
+ "title": "Diffusion Models Explained",
57
+ "url": "https://huggingface.co/username/model-repo/resolve/main/diffusion.mp4"
58
+ },
59
+ {
60
+ "title": "Training Large Language Models",
61
+ "url": "https://huggingface.co/username/model-repo/resolve/main/llm-training.mp4"
62
+ },
63
+ {
64
+ "title": "Python for Data Science",
65
+ "url": "https://huggingface.co/username/model-repo/resolve/main/python-ds.mp4"
66
+ },
67
+ {
68
+ "title": "TensorFlow Tutorial",
69
+ "url": "https://huggingface.co/username/model-repo/resolve/main/tensorflow.mp4"
70
+ },
71
+ {
72
+ "title": "PyTorch Basics",
73
+ "url": "https://huggingface.co/username/model-repo/resolve/main/pytorch.mp4"
74
+ },
75
+ {
76
+ "title": "Deploying ML Models",
77
+ "url": "https://huggingface.co/username/model-repo/resolve/main/deployment.mp4"
78
+ },
79
+ {
80
+ "title": "MLOps Introduction",
81
+ "url": "https://huggingface.co/username/model-repo/resolve/main/mlops.mp4"
82
+ },
83
+ {
84
+ "title": "Ethics in AI (Private)",
85
+ "url": "https://huggingface.co/username/private-repo/resolve/main/ai-ethics.mp4?token=YOUR_TOKEN_HERE"
86
+ },
87
+ {
88
+ "title": "Advanced Deep Learning (Private)",
89
+ "url": "https://huggingface.co/username/private-repo/resolve/main/advanced-dl.mp4?token=YOUR_TOKEN_HERE"
90
+ },
91
+ {
92
+ "title": "Big Buck Bunny (Sample)",
93
+ "url": "https://storage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4"
94
+ },
95
+ {
96
+ "title": "Sintel (Sample)",
97
+ "url": "https://storage.googleapis.com/gtv-videos-bucket/sample/Sintel.mp4"
98
  }
99
+ ]
100
+ }