Senior project in terms of BSc in Computer Science program
View Demo
·
Backend Repository
·
Report Bug
·
Request Feature
Table of Contents
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.
To get a local copy up and running follow these simple example steps.
Firstly, install the latest version of npm
.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/Makhayev/helptalk-frontend.git
- Install NPM packages
npm install --legacy-peer-deps
- Set up your environmental variables
- Clone the repo
npm run dev
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!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request