This is a Streamlit application for behavioral assessment. Users can input various behavioral metrics, and the app displays a summary and visualizations of the input data.
- Clone the repository:
git clone <repository-url>
- Navigate to the project directory:
cd behavioral-assessment
- Install dependencies:
pip install -r requirements.txt
- Run the application:
streamlit run src/app.py
- Run tests:
pytest
- Open the application in your browser.
- Input the behavioral metrics:
- Attention Span (minutes)
- Social Interaction Level (Low, Medium, High)
- Activity Level (1-10)
- View the summary and visualizations of the input data.
- Click "Generate Report" to finalize the assessment.
The DISC personality test is now available in the application. This test helps classify personality types based on four traits: Dominance, Influence, Steadiness, and Conscientiousness.
- Navigate to the DISC test page.
- Answer the questions presented.
- Submit your answers to receive your DISC personality type, a detailed explanation, and a visual graph.