cb-gen-ai-apps / index.html
deepakchawla-cb's picture
Update index.html
a185bb1
raw
history blame
No virus
3.34 kB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<title>Our Services</title>
</head>
<body>
<header>
<div class="logo">
<img src="coffeebeans_consulting_logo.jpeg" alt="Company Logo" height="50">
</div>
<div class="header-content">
<h1>CB Gen AI Apps list</h1>
<p>Explore our app below:</p>
</div>
</header>
<main>
<table>
<thead>
<tr>
<th>S.No.</th>
<th>Name</th>
<th>Demo Link</th>
<!-- <th>Doc Link</th> -->
<th>Use Case</th>
</tr>
</thead>
<tbody>
<tr>
<td>1.</td>
<td>AI Interviewer</td>
<td><a href="https://ai-interviewer.coffeebeans.io" target="_blank">Demo</a></td>
<!-- <td><a href="link">Documentation</a></td> -->
<td>Conduct interviews with AI capabilities.</td>
</tr>
<tr>
<td>2.</td>
<td><a href="https://huggingface.co/spaces/coffeebeans-ai/network18-demo" target="_blank">Demo</a></td>
<!-- <td><a href="link">Documentation</a></td> -->
<td>Extract and analyze text from PDF and CSV files.</td>
</tr>
<tr>
<td>3.</td>
<td>In-House Document Assistant</td>
<td><a href="https://huggingface.co/spaces/coffeebeans-ai/In_House_Document_Assistant" target="_blank">Demo</a></td>
<!-- <td><a href="link">Documentation</a></td> -->
<td>Manage internal documents with ease.</td>
</tr>
<tr>
<td>4.</td>
<td>Audio Sentiment Analysis</td>
<td><a href="https://huggingface.co/spaces/coffeebeans-ai/audio_sentiment_analysis" target="_blank">Demo</a></td>
<!-- <td><a href="link">Documentation</a></td> -->
<td>Analyze emotions in audio content.</td>
</tr>
<tr>
<td>5.</td>
<td>Personality Chatbot</td>
<td><a href="https://huggingface.co/spaces/coffeebeans-ai/chatbot-personality" target="_blank">Demo</a></td>
<!-- <td><a href="link">Documentation</a></td> -->
<td>Engage users with customizable chatbots.</td>
</tr>
<tr>
<td>6.</td>
<td>Fidelity-National-Financial-Chatbot </td>
<td><a href="https://huggingface.co/spaces/coffeebeans-ai/Fidelity-National-Financial-Chatbot" target="_blank">Demo</a></td>
<!-- <td><a href="link">Documentation</a></td> -->
<td>Fidelity-National-Financial-Chatbot (FnF) </td>
</tr>
</tbody>
</table>
</main>
</body>
</html>