Skip to content

pumasteam/powerline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

PowerLine

Get professional psychological help anonymously

About The Project

powerline screenshot

Suicide is the third leading cause of death in teenagers. Most of the time, suicide cases are because of untreated mental health problems, which could've been attended successfully with medical help. However, going for personal medical help might be difficult, since it requires you to be public about suicidal thoughts, which might be difficult for some people.

This is why we created PowerLine. We use AI to recommend anonymous helplines based on the user's location, and we've created an anonymous website for suicidal users to communicate their thoughts to specialized medics to prevent these suicide cases.

Back to top πŸ”Ό

Getting Started

Backend

Install the dependencies:

$ cd backend && pip3 install -r requirements.txt

Run in dev mode:

$ cd backend && python3 main.py

Frontend

Install the dependencies:

$ cd frontend && npm install
// or
$ cd frontend && yarn

Add environment variables:

$ cd frontend && copy .env.example .env
// Fill the environment variables
$ vim .env

Run in dev mode:

$ cd frontend && npm run dev
// or
$ cd frontend && yarn dev

Built With

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. Clone the repository

git clone https://github.com/@username/powerline
  1. Create your Feature Branch
git checkout -b feature/AmazingFeature
  1. Push to the Branch
git push origin feature/AmazingFeature
  1. Open a Pull Request

Back to top πŸ”Ό

License

Distributed under the MIT License. See LICENSE for more information.

Back to top πŸ”Ό

Contact πŸ“­

Juan Almanza @scidroid @scidroid - [email protected]

Sebastian Ponce @sebaspv @sebaspv - [email protected]

Back to top πŸ”Ό