diff --git a/README.md b/README.md index f7c7dca..5d95326 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ # DREAMS - Digitization for Recovery: Exploring Arts with Mining for Societal well-being. DREAMS is an extension of the Beehive project, focused on exploring time and ordering across photo memories to better understand personal recovery journeys. The goal is to build tools that help track and analyze visual narratives over time using data mining and intelligent processing. @@ -54,7 +53,7 @@ DREAMS/ ├── requirements.txt # Python dependencies ├── pytest.ini # Pytest configuration └── README.md # Project documentation - +``` ## Installation and Setup @@ -76,5 +75,3 @@ pytest # 5. Start the Flask server in debug mode flask --app "dreamsApp.app:create_app()" run --debug ``` - -More coming soon!