Durganihantri's picture
Update README.md
4106151 verified

A newer version of the Streamlit SDK is available: 1.44.1

Upgrade
metadata
title: AI Reading Engagement
emoji: πŸ†
colorFrom: blue
colorTo: indigo
sdk: streamlit
sdk_version: 1.42.0
app_file: app.py
pinned: false

πŸ“– AI-Powered Adaptive Reading Engagement Model

πŸ” Understanding Social Cognition & Reading Behavior in a Digital World

πŸ“ Overview

The shift towards digital reading presents challenges and opportunities in how people engage with text. Many students struggle with reading motivation, comprehension, and goal-setting in digital environments. This project aims to analyze and enhance reading engagement using AI-powered Natural Language Processing (NLP), sentiment analysis, and emotion detection to create an adaptive reading system.

🎯 Objectives

βœ” Analyze reading motivation & engagement in digital environments. βœ” Detect emotions & sentiment from reading interactions. βœ” Develop an adaptive reading model that adjusts text difficulty based on comprehension. βœ” Encourage goal-setting in reading behavior using AI-generated feedback.

This project aligns with research on social cognition and motivation sciences, contributing to educational psychology, digital literacy, and human-AI interaction studies.

πŸš€ Features

πŸ”Ή Sentiment & Emotion Detection – Uses NLP models to analyze user engagement. πŸ”Ή Adaptive Reading Level Detection – Adjusts difficulty based on comprehension. πŸ”Ή Reading Goal Tracker – Helps users track reading progress. πŸ”Ή AI-Powered Discussion Prompts – Generates thought-provoking questions to enhance engagement. πŸ”Ή Visual Analytics Dashboard – Displays engagement trends and sentiment scores.

🧠 How the AI Works

1️⃣ User selects or enters a text passage. 2️⃣ AI analyzes the text using sentiment analysis (positive/negative/neutral). 3️⃣ AI detects emotional engagement (e.g., joy, frustration, curiosity). 4️⃣ System suggests adaptive modifications (simpler text for struggling readers, more complex text for advanced users). 5️⃣ AI generates reflection prompts to encourage deeper engagement. 6️⃣ A dashboard visualizes trends in reading engagement over time.

πŸ’‘ Research Applications

This project can be used in: βœ” Educational research – Understanding students’ digital reading behavior. βœ” Cognitive psychology – Studying motivation & attention in reading. βœ” AI in education – Exploring AI-enhanced literacy interventions. βœ” Human-AI interaction – Investigating how AI influences reading engagement.

πŸ“Œ Installation Guide

To run the app locally:

1️⃣ Clone this repository

git clone https://huggingface.co/spaces/Durganihantri/AI-Reading-Engagement cd AI-Reading-Engagement

2️⃣ Install dependencies

pip install -r requirements.txt

3️⃣ Run the app

streamlit run app.py

4️⃣ View the app in your browser Go to http://localhost:8501/

πŸ“Š Example Output

πŸ”Ή Input Text: β€œReading is an essential skill that shapes our understanding of the world.”

πŸ”Ή Sentiment Analysis: βœ… Positive: 85% | ❌ Negative: 5% | βšͺ Neutral: 10%

πŸ”Ή Emotion Detection: 🎭 Curiosity (70%), Engagement (65%), Frustration (5%)

πŸ”Ή Adaptive Reading Suggestion: πŸ“– β€œTry reading a related article on critical thinking in reading.”

πŸ”Ή AI-Generated Reflection Prompt: πŸ€” β€œHow does reading shape your perception of reality?”

🌍 Try It Online

πŸ‘‰ Live Demo on Hugging Face

πŸ›  Technologies Used β€’ Streamlit – Frontend UI β€’ Transformers (Hugging Face) – NLP models for sentiment & emotion detection β€’ NLTK & spaCy – Text preprocessing & sentiment analysis β€’ Matplotlib – Data visualization β€’ Python – Backend scripting

🀝 Contributing

We welcome contributions! You can: βœ” Improve the adaptive learning model. βœ” Enhance data visualization & analytics. βœ” Expand the AI’s ability to suggest more personalized reading insights.

Fork the repository and submit a pull request!

πŸ“œ License

This project is licensed under the MIT License.

πŸ“¬ Contact

πŸ”Ή Author: Durganihantri πŸ”Ή Email: [email protected] πŸ”Ή LinkedIn: http://linkedin.com/in/durganihantri

πŸš€ Future Enhancements

βœ… Add real-time emotion tracking for interactive reading. βœ… Integrate text-to-speech AI for multi-modal engagement. βœ… Expand to multilingual support for global accessibility.