Skip to content

I've built an interactive AI-powered drawing assistant that reads user emotion (from text, audio, or image), processes it with an ML/DL model, and uses Python Turtle to draw expressive art or animations based on the predicted emotion. It also does exploratory data analysis (EDA) and visualizes emotion distribution with R.

Notifications You must be signed in to change notification settings

diya-18/DreamScribe

Repository files navigation

🌙 DreamScribe

DreamScribe is an interactive AI project that:

  • Captures spoken dream input via speech recognition
  • Analyzes dream emotions using NLP (text2emotion)
  • Calculates a surrealism score
  • Visualizes dream art using Python Turtle
  • Logs dream data in a CSV
  • Analyzes patterns in R (emotion trends, surrealism histograms)

Setup

python -m venv .venv
.venv\Scripts\activate  # or source .venv/bin/activate
pip install -r requirements.txt

About

I've built an interactive AI-powered drawing assistant that reads user emotion (from text, audio, or image), processes it with an ML/DL model, and uses Python Turtle to draw expressive art or animations based on the predicted emotion. It also does exploratory data analysis (EDA) and visualizes emotion distribution with R.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published