Spaces:
Sleeping
Sleeping
GitHub Actions Bot
Sync from GitHub kumarsrinivasbobba/case_study_1@cf796927435e8a4b0e2e91e4f713110439fbbea2
ae9c02f | title: DreamWeaver AI - Local Transformers | |
| emoji: ๐ | |
| colorFrom: indigo | |
| colorTo: purple | |
| sdk: gradio | |
| sdk_version: 4.44.0 | |
| python_version: "3.10" | |
| app_file: app.py | |
| pinned: false | |
| license: mit | |
| short_description: Dream journal & interpreter (local Transformers) | |
| # ๐ DreamWeaver AI - Dream Journal & Interpreter | |
| An innovative AI-powered dream analysis tool that interprets your dreams, identifies emotional themes, and generates creative dream-inspired stories. | |
| ## Features | |
| - ๐ญ **Emotional Analysis**: Detect the emotional undertones of your dreams | |
| - ๐ฎ **Symbol Detection**: Identify and interpret common dream symbols | |
| - ๐ **AI Interpretation**: Get personalized dream interpretations | |
| - โจ **Story Generation**: Transform dreams into creative stories | |
| - ๐จ **Visual Prompts**: Generate prompts for AI image generators | |
| - ๐ **Dream Journal**: Save and format your dream entries | |
| ## Architecture | |
| This is the **Local Transformers Version** which uses: | |
| - `transformers` pipelines for model inference (models are downloaded to the Space) | |
| - Gradio for the user interface | |
| - Hosted on Hugging Face Spaces | |
| ## Models Used | |
| - `j-hartmann/emotion-english-distilroberta-base` - Emotion classification | |
| - `distilgpt2` - Lightweight text generation for interpretations and stories | |
| ## Citations | |
| - Hugging Face Transformers Documentation | |
| - Gradio Documentation | |
| - Dream symbolism inspired by Jungian psychology | |
| - GitHub Copilot for code assistance | |