QuickSense is an innovative web app that gives you a fast, interactive check of your hearing and vision — all from your computer! Perfect for anyone curious about their sensory health and looking for a tech-driven, fun experience.
Disclaimer: QuickSense is a self-assessment tool. It does not replace professional medical advice. Always consult a doctor for official hearing or vision concerns.
- User Authentication: Sign up and log in to track your results over time.
- Interactive Hearing Test: Play tones from 250 Hz to 8000 Hz and record what you can hear.
- Vision Test: Gradually smaller text sizes help you assess your reading ability.
- History Tracking: View past results and track your progress over time.
- Friendly Dashboard: Split-screen layout for tests and organized history section.
- Responsive Design: Works on desktop and tablet screens.
- Sign up or log in to access the tests.
- Use the hearing test to check which frequencies you can hear.
4. Try the vision test to see the smallest text you can comfortably read.
5. View your results and history in the dashboard.
6. All results are stored securely in the backend database.
- Python & Flask – Backend logic and routing
- HTML, CSS, JavaScript – Frontend interactive experience
- SQLite – Lightweight database for storing user accounts and test history
- Clone the repository
- Install dependencies: pip install flask
- Run the app: python3 app.py
- Open http://127.0.0.1:5000 in your browser.

