Skip to content

Dream Capture is a web application designed to help users capture and visualize their dreams quickly and easily.

Notifications You must be signed in to change notification settings

luismolinuevo/dream-capture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 

Repository files navigation

Dream Capture

Live Link: Coming Soon

Dream Capture is a web application designed to help users capture and visualize their dreams quickly and easily. With three main features, it aims to streamline the process of recording and recalling dreams:

1.Voice-to-Text Recording: Users can record their dreams using voice-to-text technology, allowing them to quickly transcribe their dream descriptions without the need for typing.

2.AI-Powered Dream Editing: The application utilizes AI to analyze and organize the dream description, helping users refine and clarify their recollection. This feature assists users in       capturing the essence of their dreams more accurately.

3.Image Generation: Dream Capture generates images based on the user's dream description, providing visual representations to enhance their memory and understanding of the dream. This         feature aids users in visualizing their dreams and preserving them for future reference.

Dream Capture prioritizes speed and ease of use, allowing users to capture their dreams before the details fade from memory. It addresses the frustrations of users like Jun, who seek a better solution for recording and interpreting their dreams to unlock their creative potential. With Dream Capture, users can seamlessly document their dreams and explore their imaginative landscapes with clarity and efficiency.

Home

Built With

  • React.js
  • MUI
  • Tailwind CSS
  • Express JS
  • DAll-E 3 OPEN AI
  • MongoDB

Getting Started

Im going to show you how to run the project locally on your computer.

Prerequisites

You need to have the node runtime installed on your computer. You also need to have a OPENAI account for DALL-E 3(Your account needs to have money on it since the API calls cost money). You also need a MongoDB account since that is what is being used for the database.

How to install node More information about DAll-E 3 How to setup with MongoDB

Installation

Step 1: Clone the repo to your local machine

git clone https://github.com/your_username_/Project-Name.git

Step 2: Install Server Dependices

Make sure you are in server directory when you are doing this

cd server
npm install

Step 3: Put environment variables needed

Create a .env file in server directory and put variables needed

touch .env

You only need two variables in .env file. One for OpenAI key and one for MongoDB DB

OPENAI_API_KEY = "open ai key"
DB_URL = "mongodb db url"

Step 4: Run the server

npm start

or

node server.js

Step 5: Install dependices in client

Make sure you are in the client directory

cd client
npm install

Step 6: Put environment variables needed

Create a .env file in client directory and put variables needed. The only the variable needed is the API url

touch .env

In .env put VITE_PUBLIC_BACKEND_URL = "server url". The defualt is VITE_PUBLIC_BACKEND_URL = "http://localhost:3002"

VITE_PUBLIC_BACKEND_URL = "http://localhost:3002"

Step 7: Run your client

npm run dev

Step 8: Enjoy

Future Plans

The inital code and idea was created in a hackathon so there is still alot to do!!!

  • Generate multiple image options for the user to choose from. Right now its a single image
  • Edit the granular details in the images using voice command
  • Reminder to review and edit the dream entry at a later time during the day
  • Design a logo and branding for the app
  • Create a mobile app prototype
  • Clean up code

More Information

image image Power Point with more info

Contact

Email: [email protected]

About

Dream Capture is a web application designed to help users capture and visualize their dreams quickly and easily.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published