https://github.com/cohere-ai/public-demos
Public demos using the Cohere platform!
https://github.com/cohere-ai/public-demos
embeddings nlp sentiment-analysis text-classification text-generation text-summarization
Last synced: 9 months ago
JSON representation
Public demos using the Cohere platform!
- Host: GitHub
- URL: https://github.com/cohere-ai/public-demos
- Owner: cohere-ai
- Created: 2022-10-11T12:39:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-24T00:34:20.000Z (about 3 years ago)
- Last Synced: 2025-01-15T13:14:38.818Z (over 1 year ago)
- Topics: embeddings, nlp, sentiment-analysis, text-classification, text-generation, text-summarization
- Language: TypeScript
- Homepage: https://txt.cohere.ai/
- Size: 781 KB
- Stars: 11
- Watchers: 6
- Forks: 2
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Public Demos Using The Cohere Platform
This repository contains publicly available demos from the Cohere NLP platform. Get started building!
If you have an LLM use case that you'd like us to show a demo for, please fill out this form.
## 1. Tweet Analysis Bot
Create a tweet analysis bot to deduce which are the top JS frameworks: [Code]

## 2. Automate User Feedback Monitoring on Discord with AI
Automatically analyze feedback and classify it into different product areas. [Code]

## 3. Extract Entities from Invoices Using Large Language Models
Automate invoice scanning and extract entities from invoices using LLMs. [Code]
## 4. Integrate a Text Summarizer to your App to Analyze User Reviews
Integrate Cohere's Python SDK with a Python app to add NLP functionality and take advantage of LLMs. [Code]
## 5. How to Build a Product Description Generator with LLMs
Generate product descriptions using large language models (LLMs). [Code]