cb-gen-ai-apps / index.html
deepakchawla-cb's picture
Update index.html
7fe83a4
raw
history blame
No virus
2.87 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">
</div>
<h1>Our Services</h1>
</header>
<main>
<table>
<thead>
<tr>
<th>Name</th>
<th>Demo Link</th>
<th>Doc Link</th>
<th>Use Case</th>
</tr>
</thead>
<tbody>
<tr>
<td>AI Interviewer</td>
<td><a href="https://ai-interviewer.coffeebeans.io/">https://ai-interviewer.coffeebeans.io/</a></td>
<td>[Documentation](link)</td>
<td>1. AI Interviewer is a powerful tool for conducting interviews with AI capabilities.</td>
</tr>
<tr>
<td>PDF/CSV Reader</td>
<td><a href="https://huggingface.co/spaces/coffeebeans-ai/network18-demo">https://huggingface.co/spaces/coffeebeans-ai/network18-demo</a></td>
<td>[Documentation](link)</td>
<td>2. PDF/CSV Reader provides text extraction and analysis from PDF and CSV files.</td>
</tr>
<tr>
<td>In-House Document Assistant</td>
<td><a href="https://huggingface.co/spaces/coffeebeans-ai/In_House_Document_Assistant">https://huggingface.co/spaces/coffeebeans-ai/In_House_Document_Assistant</a></td>
<td>[Documentation](link)</td>
<td>3. In-House Document Assistant assists with internal document management and organization.</td>
</tr>
<tr>
<td>Audio Sentiment Analysis</td>
<td><a href="https://huggingface.co/spaces/coffeebeans-ai/audio_sentiment_analysis">https://huggingface.co/spaces/coffeebeans-ai/audio_sentiment_analysis</a></td>
<td>[Documentation](link)</td>
<td>4. Audio Sentiment Analysis offers emotional analysis for audio content.</td>
</tr>
<tr>
<td>Personality Chatbot</td>
<td><a href="https://huggingface.co/spaces/coffeebeans-ai/chatbot-personality">https://huggingface.co/spaces/coffeebeans-ai/chatbot-personality</a></td>
<td>[Documentation](link)</td>
<td>5. Personality Chatbot provides interactive chatbot services with personality customization.</td>
</tr>
</tbody>
</table>
</main>
</body>
</html>