Spaces:
Running
Running
Commit
·
1b97b01
1
Parent(s):
cece9b1
Update index.html
Browse files- index.html +8 -8
index.html
CHANGED
@@ -12,8 +12,8 @@
|
|
12 |
<img src="coffeebeans_consulting_logo.jpeg" alt="Company Logo" height="50">
|
13 |
</div>
|
14 |
<div class="header-content">
|
15 |
-
<h1>
|
16 |
-
<p>Explore our
|
17 |
</div>
|
18 |
</header>
|
19 |
<main>
|
@@ -22,7 +22,7 @@
|
|
22 |
<tr>
|
23 |
<th>Name</th>
|
24 |
<th>Demo Link</th>
|
25 |
-
|
26 |
<th>Use Case</th>
|
27 |
</tr>
|
28 |
</thead>
|
@@ -30,31 +30,31 @@
|
|
30 |
<tr>
|
31 |
<td>AI Interviewer</td>
|
32 |
<td><a href="https://ai-interviewer.coffeebeans.io">Demo</a></td>
|
33 |
-
|
34 |
<td>1. Conduct interviews with AI capabilities.</td>
|
35 |
</tr>
|
36 |
<tr>
|
37 |
<td>PDF/CSV Reader</td>
|
38 |
<td><a href="https://huggingface.co/spaces/coffeebeans-ai/network18-demo">Demo</a></td>
|
39 |
-
|
40 |
<td>2. Extract and analyze text from PDF and CSV files.</td>
|
41 |
</tr>
|
42 |
<tr>
|
43 |
<td>In-House Document Assistant</td>
|
44 |
<td><a href="https://huggingface.co/spaces/coffeebeans-ai/In_House_Document_Assistant">Demo</a></td>
|
45 |
-
|
46 |
<td>3. Manage internal documents with ease.</td>
|
47 |
</tr>
|
48 |
<tr>
|
49 |
<td>Audio Sentiment Analysis</td>
|
50 |
<td><a href="https://huggingface.co/spaces/coffeebeans-ai/audio_sentiment_analysis">Demo</a></td>
|
51 |
-
|
52 |
<td>4. Analyze emotions in audio content.</td>
|
53 |
</tr>
|
54 |
<tr>
|
55 |
<td>Personality Chatbot</td>
|
56 |
<td><a href="https://huggingface.co/spaces/coffeebeans-ai/chatbot-personality">Demo</a></td>
|
57 |
-
|
58 |
<td>5. Engage users with customizable chatbots.</td>
|
59 |
</tr>
|
60 |
</tbody>
|
|
|
12 |
<img src="coffeebeans_consulting_logo.jpeg" alt="Company Logo" height="50">
|
13 |
</div>
|
14 |
<div class="header-content">
|
15 |
+
<h1>CB Gen AI Apps list</h1>
|
16 |
+
<p>Explore our app below:</p>
|
17 |
</div>
|
18 |
</header>
|
19 |
<main>
|
|
|
22 |
<tr>
|
23 |
<th>Name</th>
|
24 |
<th>Demo Link</th>
|
25 |
+
<!-- <th>Doc Link</th> -->
|
26 |
<th>Use Case</th>
|
27 |
</tr>
|
28 |
</thead>
|
|
|
30 |
<tr>
|
31 |
<td>AI Interviewer</td>
|
32 |
<td><a href="https://ai-interviewer.coffeebeans.io">Demo</a></td>
|
33 |
+
<!-- <td><a href="link">Documentation</a></td> -->
|
34 |
<td>1. Conduct interviews with AI capabilities.</td>
|
35 |
</tr>
|
36 |
<tr>
|
37 |
<td>PDF/CSV Reader</td>
|
38 |
<td><a href="https://huggingface.co/spaces/coffeebeans-ai/network18-demo">Demo</a></td>
|
39 |
+
<!-- <td><a href="link">Documentation</a></td> -->
|
40 |
<td>2. Extract and analyze text from PDF and CSV files.</td>
|
41 |
</tr>
|
42 |
<tr>
|
43 |
<td>In-House Document Assistant</td>
|
44 |
<td><a href="https://huggingface.co/spaces/coffeebeans-ai/In_House_Document_Assistant">Demo</a></td>
|
45 |
+
<!-- <td><a href="link">Documentation</a></td> -->
|
46 |
<td>3. Manage internal documents with ease.</td>
|
47 |
</tr>
|
48 |
<tr>
|
49 |
<td>Audio Sentiment Analysis</td>
|
50 |
<td><a href="https://huggingface.co/spaces/coffeebeans-ai/audio_sentiment_analysis">Demo</a></td>
|
51 |
+
<!-- <td><a href="link">Documentation</a></td> -->
|
52 |
<td>4. Analyze emotions in audio content.</td>
|
53 |
</tr>
|
54 |
<tr>
|
55 |
<td>Personality Chatbot</td>
|
56 |
<td><a href="https://huggingface.co/spaces/coffeebeans-ai/chatbot-personality">Demo</a></td>
|
57 |
+
<!-- <td><a href="link">Documentation</a></td> -->
|
58 |
<td>5. Engage users with customizable chatbots.</td>
|
59 |
</tr>
|
60 |
</tbody>
|