Skip to content

roykallaye/language-tutor-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Name

Chat functionality

Description

This project is a conversational interaction between the AI and the user. The conversation follows a set path with predefined topics and subtopics.

Prerequisites

Ensure you have NodeJS and npm installed.

Installation and Setup

  1. Clone the repository

    git clone [Link]
    cd [your project directory]
    
  2. Install dependencies

    npm install
    
  3. Install Axios (if not already installed as a dependency)

    npm install axios
    
  4. Setup .env file

    Create a .env file in the root directory and populate it with necessary environment variables.

    API_KEY=your_api_key
    

Running the Project

Run the project using:

npm start

Testing

Run tests using:

npm test

Contributing

If you would like to contribute, please fork the repository and submit a pull request.

License

This project is licensed under the ISC License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published