Welcome to the Service Sphere application!
This project aims to provide comprehensive tools and an intuitive dashboard for detecting, monitoring, and managing burnout through advanced AI suggestions and sentiment analysis.
Here is a quick look at the attractive portal design:
To run the backend properly, navigate to the backend/ directory and install the required dependencies that power our machine learning algorithms and APIs.
-
Navigate to the backend directory:
cd backend -
Install the necessary Python packages using the requirements file:
pip install -r requirements.txt
To run the frontend, ensure you have Node installed, and perform a clean install to get everything perfectly set up on your laptop.
-
Navigate to the frontend directory:
cd frontend -
Run a clean install to fetch exactly what is in the package lock file:
npm ci
-
Start the development server for real-time visualization:
npm run dev
Enjoy exploring Service Sphere!

