Spaces:
Running
Running
File size: 3,892 Bytes
a6a07bb 05f1688 ab718ef 05f1688 feadc2f cece9b1 d0f9cf1 1b97b01 feadc2f 05f1688 c712918 1b97b01 c712918 05f1688 9253002 a185bb1 05f1688 2592e50 1b97b01 a185bb1 05f1688 d2993cb a185bb1 ff20086 8a2e5bb d2993cb a185bb1 d2993cb 9253002 d2993cb a185bb1 05f1688 e88e4ae 1b97b01 a185bb1 05f1688 9253002 d2993cb a185bb1 b0f25ad 1b97b01 b0f25ad 05f1688 9253002 d2993cb a185bb1 05f1688 4356c27 1b97b01 a185bb1 05f1688 7e690d3 ab718ef a185bb1 ab718ef b83e999 ab718ef d2993cb 9253002 d7a0dd7 9253002 05f1688 a6a07bb |
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 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 |
<!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>Coffeebeans Gen AI Apps</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 class="header">S.No.</th>
<th class="header">Name</th>
<th class="header">Demo Link</th>
<!-- <th>Doc Link</th> -->
<th class="header">Use Case</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td>1.</td>
<td>AI Interviewer</td>
<td><a href="https://arabica.coffeebeans.io" target="_blank">Demo</a></td>
<!-- <td><a href="link">Documentation</a></td> -->
<td>Conduct interviews with AI capabilities.</td>
</tr>
<!-- <tr class="event">
<td>2.</td>
<td>Network18</td>
<td><a href="https://huggingface.co/spaces/coffeebeans-ai/Network-18" 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 class="odd">
<td>2.</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 class="even">
<td>3.</td>
<td>Customer Support Intelligence</td>
<td><a href="https://huggingface.co/spaces/coffeebeans-ai/CustomerSupportIntelligence" target="_blank">Demo</a></td>
<!-- <td><a href="link">Documentation</a></td> -->
<td>Customer Support Intelligence</td>
</tr>
<tr class="odd">
<td>4.</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 class="even">
<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> -->
<tr class="even">
<td>5.</td>
<td>CB GPT</td>
<td><a href="http://gpt.coffeebeans.io/" target="_blank">Demo</a></td>
<!-- <td><a href="link">Documentation</a></td> -->
<td>Coffeebeans In House GPT </td>
</tr>
</tbody>
</table>
</main>
</body>
</html>
|