Skip to content

ld051609/CohereConvo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CohereChat

CohereChat is a chatbot project powered by Coherent AI. It allows users to interact with a chatbot that responds intelligently to their input. The project uses Flask for the backend and JavaScript for the frontend.

Table of Contents

Installation

To set up CohereChat, follow these steps:

  1. Clone the Repository:

  2. Create and Activate Virtual Environment: cd CohereConvo python -m venv venv source venv/bin/activate # On macOS/Linux venv\Scripts\activate # On Windows

  3. Install Dependencies: pip install -r requirements.txt

  4. Run the Flask Application:

  5. Access CohereChat: Open your web browser and navigate to http://localhost:5000 to access the CohereChat application.

Usage

Once the application is running, you can interact with the chatbot by typing messages into the input field. The chatbot powered by Coherent AI will respond intelligently to your input.

Features

  • Interactive chatbot powered by Coherent AI
  • Backend implemented with Flask
  • Frontend implemented with JavaScript
  • User-friendly interface for seamless interaction

License

CohereChat is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors