Dream Chronicles is an AI-powered app that interprets dreams by transforming user descriptions into insightful text and audio results. It utilizes Anthropic Claude 3.5 for dream analysis and Google Te
Dream Chronicles is an AI-powered app that interprets dreams by transforming user descriptions into insightful text and audio results. It utilizes Anthropic Claude 3.5 for dream analysis and Google Text-to-Speech (gTTS) for audio, providing a personalized dream interpretation experience.
Dream Chronicles is an AI-powered app developed during the "Aspire Pakistan Innovators Hackathon" to help people better understand their dreams. By entering a dream description into the app, users receive a detailed interpretation in both text and audio formats.
git clone https://github.com/salmanMaq009/Dream-Chronicles.git
cd dreamchronicles
python -m venv venv
source venv/bin/activate # On Windows use `venv\Scripts\activate`
pip install -r requirements.txt
streamlit run app.py
The app will automatically open in your web browser. If not, go to http://localhost:8501 to view it.
Here's a basic overview of how DreamChronicle works:
graph TD;
A[User Inputs Dream Description] --> B[Anthropic Claude 3.5 Processes Dream]
B --> C[Text Interpretation Generated]
C --> D[gTTS Converts Text to Audio]
D --> E[User Receives Text and Audio Interpretation]
salmanMaq009/Dream-Chronicles
September 2, 2024
November 4, 2024
Python