Skip to content

pontonkid/Chat-summarization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Chat Summarizer with Cohere API This project is a web application that summarizes a chat conversation using the Cohere API. It was built using the Gradio library for the user interface.

Getting Started To run the application locally, you'll need to have Python 3 installed on your machine. Clone the repository, navigate to the directory, and install the required dependencies using pip:

git clone https://github.com/your_username/your_repo.git cd your_repo pip install -r requirements.txt

Then, you can run the application with the following command:

python app.py

The application should be accessible at http://localhost:7878 in your web browser.

Usage To use the chat summarizer, simply enter a chat conversation into the input box and click the "Summarize" button. The application will generate a summary of the conversation using the Cohere API and display it in the output box.

Dependencies The following dependencies are required to run the application:

Gradio Cohere API

About

Using cohere API to build a chat summarizer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published