mekashef / Psychological-Assistant

Within the scope of psychology, it is an LLM AI-Bot research aimed at increasing human interaction with AI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

letter_black

Psychological Assistant - AI LLM Project

Within the scope of psychology, it is an LLM AI-Bot research aimed at increasing human interaction with AI.

Usage Notes

  • It is local. The connection is established via the address "127.0.0.1".
  • It is preferable to use it as "ready-to-use", as there is a pre-trained model and data collected for specific purposes.
  • The main training data is the file "maindatapsy.csv".
  • If you want to train the model based on your own data, follow the instructions and place your own file in the same file path, preserving the filename as "maindatapsy.csv".
  • When you start the program without any problems, you will receive a disposable "username" and "password". To enter the panel, you need to note this. You get new login information on every launch.

Notes Not to Ignore

  • As the model is pre-processed, it is the user's responsibility to follow the advice given in response to questions.
  • When you get unexpected answers, please seek support from your advisor or experts.
  • It is in the experimental stage and is only ready for pre-use.
  • Please report any external abuse.

API KEY

  • You should add your own OpenAI API key in "tokeninit.txt" file. Make sure you enter a valid key or the program will not run.

How To Use

Please make sure that Python modules are installed on your system

$> pip install -r requirements.txt
  • Ready-To-Use: Within the scope of the research, the model fed with the data in the "data" folder is ready to be run directly. You don't need any changes.
$> python _psyassistant.py

or

$> python3 _psyassistant.py
  • For custom data: The main training data is the file "maindatapsy.csv". Create your own data and replace it with this file (maindatapsy.csv) without changing the file format (csv) and the names (QUESTION - ANSWER) of the columns. The filename (maindatapsy.csv) must remain the same. Run the latest script as follows.
$> python _psyassistant.py -f

Video

1682711833797.mp4

Examples For Responses

Example For Prompt-Output

Coder

Baris Dincer

About

Within the scope of psychology, it is an LLM AI-Bot research aimed at increasing human interaction with AI.

License:Apache License 2.0


Languages

Language:Python 100.0%