File size: 3,055 Bytes
a1c6194
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Deep Learning Models</title>
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Acme&family=Asap:ital,wght@0,100..900;1,100..900&family=Caprasimo&family=Lemon&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Salsa&display=swap" rel="stylesheet">
    <link rel="stylesheet" href="static/main.css?v=3">
</head>
<body>
    <div class="container">
        <h1>Deep Learning Models</h1>

        <div class="model-list">
            <div class="model">
                <h2>Flower Classification🌼</h2>
                <p>This model classifies different types of flowers in images.</p>
                <a href="models/flower/flower.html">Use this model</a>
            </div>

            <div class="model">
                <h2>Mammals Classification🦁</h2>
                <p>This model classifies images into different mammal categories..</p>
                <a href="models/mammals/mammals.html">Use this model</a>
            </div>

            <div class="model">
                <h2>Cards Classification♠</h2>
                <p>This model identifies Cards realted to the images.</p>
                <a href="models/card/card.html">Use this model</a>
            </div>

            <div class="model">
                <h2>Weather Classification</h2>
                <p>This model predicts the weather.</p>
                <a href="models/weather/weather.html">Use this model</a>
            </div>

            <div class="model">
                <h2>Yoga Pose Prediction</h2>
                <p>This model predicts the yoga pose in images related to the yoga position</p>
                <a href="models/yoga_pose/yoga_pose.html">Use this model</a>
            </div>

            <div class="model">
                <h2>Indian Bird Prediction</h2>
                <p>This model Classify the Indian Birds</p>
                <a href="models/bird/bird.html">Use this model</a>
            </div>

            <div class="model">
                <h2>Dog Breed Prediction🐕</h2>
                <p>This model predicts your dog's breed</p>
                <a href="models/dog_breed/dog_breed.html">Use this model</a>
            </div>

            <div class="model">
                <h2>Chess Pieces Prediction</h2>
                <p>This model Predict Your Chess Piece</p>
                <a href="models/chess/chess.html">Use this model</a>
            </div>

            <div class="model">
                <h2>Sports ball Prediction⚽</h2>
                <p>This model classifies different types of sports ball</p>
                <a href="models/sports_ball/sports_ball.html">Use this model</a>
            </div>
        </div>
    </div>
</body>
</html>