Spaces:
Sleeping
Sleeping
<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> | |