Content Table
PsyChat is an AI-powered psychology game that let's you interact with people with diverse diagnoses, allowing you to engage in insightful conversations. It offers a unique opportunity to explore mental health scenarios, fostering empathy and understanding. Developed over a weekend.
- pnpm
npm i -g pnpm
- Clone the repo
git clone https://github.com/brainsaysno/psychat.git
- Install packages
cd psychat pnpm i
- Create a .env file with your OpenAI api key
echo "OPENAI_API_KEY='YOUR_OPENAI_API_KEY'" > .env
- Your ready to use PsyChat. Run locally with
pnpm run dev
TODO: add screenshots
Contributions are what make the open-source community so great for learning, getting inspired, and creating. Any contribution you make will be greatly appreciated.
- Fork the project
- Clone the forked repo to your computer (
git clone https://www.github.com/YOUR-USER/psychat.git
) - Create a branch for your proposal (
git checkout -b proposal/PROPOSAL-NAME
) - Make changes on the code
- Commit your changes (
git commit -m 'Add PROPOSAL-NAME'
) - Push your branch (
git push -u origin proposal/PROPOSAL-NAME
) - Open a new Pull Request explaining your proposal
If you wish to contribute economically with the developers of PsyChat you can do so via PayPal.
Distributed under MIT license. See licencia for more information.
Nicolás Russo - nrusso@nrusso.dev
Project link: https://github.com/brainsaysno/psychat