This project is a Flask-based web application for conducting surveys on the impact of AI tools on academic performance of IT students at Eduvos.
- Conduct online surveys with multiple-choice and range questions.
- Visualize survey results using Matplotlib graphs.
- Store survey data in an SQLite database.
- Secure and anonymous survey submissions.
- Clone the repository.
- Install dependencies from
requirements.txt. - Set up the SQLite database.
- Run the Flask application.
- Access the survey form at
/surveyendpoint. - Visualize survey results at
/resultsendpoint.
Contributions are welcome! Fork the repository and submit a pull request.
This project is licensed under the MIT License. See LICENSE for more details.