159 lines
6.1 KiB
HTML
159 lines
6.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>AI Use Cases - Cheat Sheet</title>
|
|
<link rel="stylesheet" href="../css/style.css">
|
|
</head>
|
|
<body>
|
|
|
|
<nav>
|
|
<div class="nav-inner">
|
|
<a href="../index.html" class="nav-brand">AI Cheat Sheet</a>
|
|
<div class="nav-links">
|
|
<a href="terminology.html">Terminology</a>
|
|
<a href="techniques.html">Techniques</a>
|
|
<a href="use-cases.html" class="active">Use Cases</a>
|
|
<a href="model-types.html">Model Types</a>
|
|
<a href="prompts.html">Prompt Guide</a>
|
|
<a href="math.html">Math & Concepts</a>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
|
|
<div class="hero">
|
|
<h1>AI Use Cases</h1>
|
|
<p>Real-world applications of AI across industries.</p>
|
|
</div>
|
|
|
|
<div class="container">
|
|
|
|
<h2 class="section-title">Content & Creative</h2>
|
|
<div class="use-grid">
|
|
<div class="use-card">
|
|
<div class="icon">✍️</div>
|
|
<h3>Content Generation</h3>
|
|
<p>Writing blog posts, marketing copy, emails, social media content, and creative stories at scale.</p>
|
|
<div class="example"><strong>Prompt:</strong> "Write a 300-word product description for a noise-canceling headphone."</div>
|
|
</div>
|
|
<div class="use-card">
|
|
<div class="icon">🎨</div>
|
|
<h3>Image Generation</h3>
|
|
<p>Creating images from text descriptions using diffusion models like DALL-E, Stable Diffusion, and Midjourney.</p>
|
|
<div class="example"><strong>Prompt:</strong> "A watercolor painting of a cat astronaut floating in space, pink nebula background."</div>
|
|
</div>
|
|
<div class="use-card">
|
|
<div class="icon">🎬</div>
|
|
<h3>Video & Audio</h3>
|
|
<p>Generating videos from text, creating music, voice cloning, and dubbing across languages.</p>
|
|
</div>
|
|
<div class="use-card">
|
|
<div class="icon">📝</div>
|
|
<h3>Summarization</h3>
|
|
<p>Condensing long documents, articles, meetings, or research papers into concise summaries.</p>
|
|
<div class="example"><strong>Prompt:</strong> "Summarize this 50-page report in 5 bullet points."</div>
|
|
</div>
|
|
</div>
|
|
|
|
<h2 class="section-title">Code & Development</h2>
|
|
<div class="use-grid">
|
|
<div class="use-card">
|
|
<div class="icon">💻</div>
|
|
<h3>Code Generation</h3>
|
|
<p>Writing code in any programming language from natural language descriptions. Tools: GitHub Copilot, Cursor.</p>
|
|
<div class="example"><strong>Prompt:</strong> "Write a Python function to sort a list of dictionaries by a given key."</div>
|
|
</div>
|
|
<div class="use-card">
|
|
<div class="icon">🐛</div>
|
|
<h3>Debugging & Review</h3>
|
|
<p>Identifying bugs, explaining error messages, suggesting improvements, and reviewing code quality.</p>
|
|
</div>
|
|
<div class="use-card">
|
|
<div class="icon">📄</div>
|
|
<h3>Documentation</h3>
|
|
<p>Auto-generating API docs, README files, inline comments, and technical documentation from code.</p>
|
|
</div>
|
|
<div class="use-card">
|
|
<div class="icon">🔄</div>
|
|
<h3>Code Translation</h3>
|
|
<p>Converting code from one language to another (e.g., JavaScript to Python, old Java to modern Java).</p>
|
|
</div>
|
|
</div>
|
|
|
|
<h2 class="section-title">Business & Productivity</h2>
|
|
<div class="use-grid">
|
|
<div class="use-card">
|
|
<div class="icon">🤖</div>
|
|
<h3>Chatbots & Assistants</h3>
|
|
<p>24/7 customer support agents that handle FAQs, triage issues, and escalate to humans when needed.</p>
|
|
</div>
|
|
<div class="use-card">
|
|
<div class="icon">📊</div>
|
|
<h3>Data Analysis</h3>
|
|
<p>Writing SQL queries, analyzing spreadsheets, generating charts, and extracting insights from data — no coding required.</p>
|
|
<div class="example"><strong>Prompt:</strong> "Plot monthly revenue by region from this CSV."</div>
|
|
</div>
|
|
<div class="use-card">
|
|
<div class="icon">🔍</div>
|
|
<h3>Research & Search</h3>
|
|
<p>AI-powered search that reads and synthesizes multiple sources instead of just returning links.</p>
|
|
</div>
|
|
<div class="use-card">
|
|
<div class="icon">🌐</div>
|
|
<h3>Translation</h3>
|
|
<p>High-quality machine translation between 100+ languages, preserving tone and context.</p>
|
|
</div>
|
|
<div class="use-card">
|
|
<div class="icon">📧</div>
|
|
<h3>Email & Meeting Assistants</h3>
|
|
<p>Drafting emails, scheduling, summarizing meetings, and extracting action items from conversations.</p>
|
|
</div>
|
|
<div class="use-card">
|
|
<div class="icon">📋</div>
|
|
<h3>Document Processing</h3>
|
|
<p>Extracting structured data from invoices, contracts, forms, and receipts using OCR + AI.</p>
|
|
</div>
|
|
</div>
|
|
|
|
<h2 class="section-title">Industry-Specific</h2>
|
|
<div class="use-grid">
|
|
<div class="use-card">
|
|
<div class="icon">🏥</div>
|
|
<h3>Healthcare</h3>
|
|
<p>Medical image analysis, drug discovery, clinical note generation, symptom triage, and personalized treatment plans.</p>
|
|
</div>
|
|
<div class="use-card">
|
|
<div class="icon">💰</div>
|
|
<h3>Finance</h3>
|
|
<p>Fraud detection, algorithmic trading, risk assessment, credit scoring, and compliance monitoring.</p>
|
|
</div>
|
|
<div class="use-card">
|
|
<div class="icon">🚗</div>
|
|
<h3>Automotive</h3>
|
|
<p>Autonomous driving, predictive maintenance, route optimization, and in-car voice assistants.</p>
|
|
</div>
|
|
<div class="use-card">
|
|
<div class="icon">🎓</div>
|
|
<h3>Education</h3>
|
|
<p>Personalized tutoring, automated grading, curriculum design, and interactive learning experiences.</p>
|
|
</div>
|
|
<div class="use-card">
|
|
<div class="icon">🏭</div>
|
|
<h3>Manufacturing</h3>
|
|
<p>Quality inspection via computer vision, supply chain optimization, predictive maintenance, and digital twins.</p>
|
|
</div>
|
|
<div class="use-card">
|
|
<div class="icon">⚖️</div>
|
|
<h3>Legal</h3>
|
|
<p>Contract review, legal research, case prediction, document drafting, and compliance analysis.</p>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<footer>AI Cheat Sheet — A learning reference for artificial intelligence</footer>
|
|
|
|
</body>
|
|
</html>
|