kappassov / helptalk-backend

Backend for Senior Project

Home Page:https://helptalk-backend.onrender.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Contributors Forks Stargazers Issues MIT License


Logo

HelpTalk

Senior project in terms of BSc in Computer Science program
View Demo · Frontend Repository · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Product Name Screen Shot

This project aims to create a platform that utilizes GPT-3 natural language processing technology to match users with the most suitable psychologist for their mental health needs. Users can describe their current mental situation, and the platform will analyze the text to identify patterns and keywords that can help match them with an appropriate psychologist. Once matched, users can schedule sessions and receive professional help. By using GPT-3 to match users with the right psychologist, the platform aims to make finding psychological help accessible, easy, and efficient for those who need it, ultimately improving their mental health and well-being.

(back to top)

Built With

  • Node
  • TypeScript
  • OpenAI Badge
  • Redis
  • Postgres
  • Firebase
  • Render
  • Supabase

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

Firstly, install the latest version of npm.

  • npm
    npm install npm@latest -g

Installation

  1. Clone the repo
    git clone https://github.com/kappassov/helptalk-backend.git
  2. Install NPM packages
    npm install
  3. Set up your environmental variables

Starting

  1. npm run dev

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Acknowledgments

(back to top)

About

Backend for Senior Project

https://helptalk-backend.onrender.com


Languages

Language:TypeScript 100.0%