📫 LinkedIn – Purva Prakash Kekan
👩🏻💻 Portfolio Website
Visualizes the most important recurring terms across the entire book.
Emoji-coded chart showing whether each chapter is generally positive (😊), neutral (😐), or negative (😞).
Built with PyVis to show how behavioral science concepts are interconnected across chapters. You can explore:
- Habit loops (cue → craving → response → reward)
- Identity-based habit building
- Role of environment and routine in behavior change
A fun Streamlit app that digs into James Clear’s Atomic Habits using NLP.
-
📖 Chapter-wise summaries + sentiment scores
-
🔑 Top keywords and word clouds across the book
-
🌐 Concept network showing connections between key ideas
-
🎛️ Filters to explore any chapter interactively
It’s like turning a self-help book into a live, explorable data story!
- Extracted summaries using Transformer models (BART/DistilBART)
- Performed sentiment analysis using TextBlob
- Extracted top keywords with TF-IDF
- Visualized keywords using a WordCloud
- Emoji-enhanced sentiment polarity chart per chapter
- Downloadable CSV with all insights
- Visualizes the relationship between key behavioral science concepts
- Built using PyVis and NetworkX
- Fully interactive and embeddable in the Streamlit app
- NLP & Processing: TextBlob, Transformers, TF-IDF
- Visualization: Streamlit, PyVis, WordCloud, Matplotlib
- Language: Python 3
- Book: Atomic Habits by James Clear
- Streamlit – for building the dashboard
- PyVis & NetworkX – for network graph visualizations
- Clone the repository
git clone https://github.com/purva-kekan/atomichabits-nlp-project.git cd atomichabits-nlp-project
- Create virtual environment
python -m venv .venv Activate the environment On Windows (.venv\Scripts\activate On macOS/Linux source .venv/bin/activate
- Install Dependancies
pip install --upgrade pip pip install -r requirements.txt
- Run the Streamlit App
streamlit run app.py
I’m a Data Analyst who loves exploring how data can tell stories about people, behaviors, and outcomes. Beyond SQL, Python, Power BI, and NLP projects, what excites me most is using technology to improve lives—whether that’s mapping public health needs, uncovering mental health patterns, or optimizing everyday decisions. I’m curious by nature, detail-oriented by training, and driven by the belief that data is not just numbers but a way to create equity, clarity, and positive change
📫 LinkedIn – Purva Prakash Kekan
👩🏻💻 Portfolio Website
This project is for educational and non-commercial use only.
All rights to the original book content belong to the author and publisher.