This project explores how students and teachers from various academic fields perceive the impact of Artificial Intelligence (AI) in education. Based on over 150 survey responses, the analysis aims to uncover key differences in AI adoption attitudes across disciplines like Medicine, Law, and Data Science.
- Python
pandas– data cleaning & manipulationnumpy– numerical operationsmatplotlib– data visualizationscipy– basic statistical analysis
AI-in-Education-Analysis/
├── analysis_scripts/
│ ├── effectiveness_ai_tutors.py
│ ├── support_ai_integration.py
│ ├── ai_grading_accuracy.py
│ ├── impact_learning_experience.py
│ ├── trust_ai_materials.py
│ ├── ai_cheating_prevalence.py
│ ├── age_difference_perception.py
│ └── field_study_difference.py
├── graphs/
│ ├── effectiveness_ai_tutors.png
│ ├── support_ai_integration.png
│ ├── ai_grading_accuracy.png
│ ├── impact_learning_experience.png
│ ├── trust_ai_materials.png
│ ├── ai_cheating_prevalence.png
│ ├── age_difference_perception.png
│ └── field_study_difference.png
├── responses.csv # Survey data file
├── README.md # Project documentation
└── .gitignore
- Clone the repository
- Ensure
responses.csvis in the root folder - Run the individual scripts inside
analysis_scripts/
Example:python analysis_scripts/effectiveness_ai_tutors.py
Contributions are welcome! To contribute:
- Fork the repository
- Create a new branch:
git checkout -b feature-name - Make your changes
- Commit:
git commit -m "Add some feature" - Push to your fork:
git push origin feature-name - Open a pull request 🚀
This project is licensed under the MIT License – see the LICENSE file for details.
Ahmad Sohaib Qasim
BS Data Science, Punjab University
qasim.datadev@gmail.com
GitHub
LinkedIn
Website








