An AI-powered platform that unites past, present, and future student wellness resources — providing instant, personalized support to improve overall well-being.
Configure virtual python env:
Run:
python -m venv myvenv
source myvenv/bin/activate
Install requirements:
Move to PlutoProject directory
Run: pip install -r requirements.txt
Launch website:
Run: python PlutoFlask.py
Visit website at "http://127.0.0.1:5000"