jamesbright / thera

Home Page:https://thera-two.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thera mental health bot

A mental health chatbot built with Chat-GPT API with customised training. if you would like to learn how to train Chat GPT on your own data, please use this link Train Chat-GPT.

follow steps below to run this app

  1. Install the requirements

    $ npm install
  2. Make a copy of the example environment variables file

    On Linux systems:

    $ cp .env.example .env

    On Windows:

    $ copy .env.example .env
  3. Add your API key to the newly created .env file

  4. Run the app

    $ npm run dev

You should now be able to access the app at http://localhost:3000!

About

https://thera-two.vercel.app

License:MIT License


Languages

Language:JavaScript 91.0%Language:CSS 9.0%