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.
To set up CohereChat, follow these steps:
-
Clone the Repository:
-
Create and Activate Virtual Environment: cd CohereConvo python -m venv venv source venv/bin/activate # On macOS/Linux venv\Scripts\activate # On Windows
-
Install Dependencies: pip install -r requirements.txt
-
Run the Flask Application:
-
Access CohereChat: Open your web browser and navigate to
http://localhost:5000to access the CohereChat application.
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.
- Interactive chatbot powered by Coherent AI
- Backend implemented with Flask
- Frontend implemented with JavaScript
- User-friendly interface for seamless interaction
CohereChat is licensed under the MIT License.