deepakchawla-cb commited on
Commit
a185bb1
1 Parent(s): 7e690d3

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +17 -7
index.html CHANGED
@@ -20,6 +20,7 @@
20
  <table>
21
  <thead>
22
  <tr>
 
23
  <th>Name</th>
24
  <th>Demo Link</th>
25
  <!-- <th>Doc Link</th> -->
@@ -28,41 +29,50 @@
28
  </thead>
29
  <tbody>
30
  <tr>
 
31
  <td>AI Interviewer</td>
32
  <td><a href="https://ai-interviewer.coffeebeans.io" target="_blank">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" target="_blank">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" target="_blank">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" target="_blank">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" target="_blank">Demo</a></td>
57
  <!-- <td><a href="link">Documentation</a></td> -->
58
- <td>5. Engage users with customizable chatbots.</td>
59
  </tr>
60
 
61
  <tr>
 
 
62
  <td>Fidelity-National-Financial-Chatbot </td>
63
  <td><a href="https://huggingface.co/spaces/coffeebeans-ai/Fidelity-National-Financial-Chatbot" target="_blank">Demo</a></td>
64
  <!-- <td><a href="link">Documentation</a></td> -->
65
- <td>6. Fidelity-National-Financial-Chatbot (FnF) </td>
66
  </tr>
67
  </tbody>
68
  </table>
 
20
  <table>
21
  <thead>
22
  <tr>
23
+ <th>S.No.</th>
24
  <th>Name</th>
25
  <th>Demo Link</th>
26
  <!-- <th>Doc Link</th> -->
 
29
  </thead>
30
  <tbody>
31
  <tr>
32
+ <td>1.</td>
33
  <td>AI Interviewer</td>
34
  <td><a href="https://ai-interviewer.coffeebeans.io" target="_blank">Demo</a></td>
35
  <!-- <td><a href="link">Documentation</a></td> -->
36
+ <td>Conduct interviews with AI capabilities.</td>
37
  </tr>
38
  <tr>
39
+ <td>2.</td>
40
  <td><a href="https://huggingface.co/spaces/coffeebeans-ai/network18-demo" target="_blank">Demo</a></td>
41
  <!-- <td><a href="link">Documentation</a></td> -->
42
+ <td>Extract and analyze text from PDF and CSV files.</td>
43
  </tr>
44
  <tr>
45
+ <td>3.</td>
46
+
47
  <td>In-House Document Assistant</td>
48
  <td><a href="https://huggingface.co/spaces/coffeebeans-ai/In_House_Document_Assistant" target="_blank">Demo</a></td>
49
  <!-- <td><a href="link">Documentation</a></td> -->
50
+ <td>Manage internal documents with ease.</td>
51
  </tr>
52
  <tr>
53
+ <td>4.</td>
54
+
55
  <td>Audio Sentiment Analysis</td>
56
  <td><a href="https://huggingface.co/spaces/coffeebeans-ai/audio_sentiment_analysis" target="_blank">Demo</a></td>
57
  <!-- <td><a href="link">Documentation</a></td> -->
58
+ <td>Analyze emotions in audio content.</td>
59
  </tr>
60
  <tr>
61
+ <td>5.</td>
62
+
63
  <td>Personality Chatbot</td>
64
  <td><a href="https://huggingface.co/spaces/coffeebeans-ai/chatbot-personality" target="_blank">Demo</a></td>
65
  <!-- <td><a href="link">Documentation</a></td> -->
66
+ <td>Engage users with customizable chatbots.</td>
67
  </tr>
68
 
69
  <tr>
70
+ <td>6.</td>
71
+
72
  <td>Fidelity-National-Financial-Chatbot </td>
73
  <td><a href="https://huggingface.co/spaces/coffeebeans-ai/Fidelity-National-Financial-Chatbot" target="_blank">Demo</a></td>
74
  <!-- <td><a href="link">Documentation</a></td> -->
75
+ <td>Fidelity-National-Financial-Chatbot (FnF) </td>
76
  </tr>
77
  </tbody>
78
  </table>