From 00d3c0525adfdb0481cc4685eb789022819186af Mon Sep 17 00:00:00 2001 From: Dhasagreevan <93460188+Greevan@users.noreply.github.com> Date: Sun, 30 Jul 2023 09:36:29 +0530 Subject: [PATCH 1/3] Add files via upload --- senti-trip-redirectToDrive.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 senti-trip-redirectToDrive.txt diff --git a/senti-trip-redirectToDrive.txt b/senti-trip-redirectToDrive.txt new file mode 100644 index 00000000..3c6d6eb4 --- /dev/null +++ b/senti-trip-redirectToDrive.txt @@ -0,0 +1 @@ +https://drive.google.com/file/d/1RIi24xmIPV3TMbKvVywmodF1llZLMwOx/view?usp=drive_link From 31f40190031fdb855ef738cae8de66f30703c796 Mon Sep 17 00:00:00 2001 From: Dhasagreevan <93460188+Greevan@users.noreply.github.com> Date: Sun, 30 Jul 2023 09:47:08 +0530 Subject: [PATCH 2/3] Add files via upload --- senti-trip-redirectToDrive.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/senti-trip-redirectToDrive.txt b/senti-trip-redirectToDrive.txt index 3c6d6eb4..ae403e89 100644 --- a/senti-trip-redirectToDrive.txt +++ b/senti-trip-redirectToDrive.txt @@ -1 +1,5 @@ +FrontEnd Flutter Code : https://drive.google.com/file/d/1RIi24xmIPV3TMbKvVywmodF1llZLMwOx/view?usp=drive_link + +Backend Python Code : +https://colab.research.google.com/drive/1pxXmIq1zpViqQ6ETCaY8_qgA6WGGsHFs?usp=sharing From 2e5c8f1046b985ef6a95bc06ea7fb0ed76641fba Mon Sep 17 00:00:00 2001 From: Dhasagreevan <93460188+Greevan@users.noreply.github.com> Date: Sun, 30 Jul 2023 09:58:23 +0530 Subject: [PATCH 3/3] Update README.md --- README.md | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9d3f4a24..b738d1d4 100644 --- a/README.md +++ b/README.md @@ -9,18 +9,26 @@ ## README.md must consist of the following information: -#### Team Name - -#### Problem Statement - -#### Team Leader Email - +#### Team Name - Aid Evolve +#### Problem Statement - In a fast-paced world, travelers face challenges planning nearby trips with their desired vibes and budget constraints. Existing apps lack diverse experiences, leading to a disconnect between travelers and destinations. Our innovative all-in-one app connects users with vibe-based destinations using crowd-sourced data, providing personalized recommendations and streamlined trip planning. Discover nearby locations, plan trips, and make informed decisions for a unique travel experience. +#### Team Leader Email - dhasagreevan11@gmail.com ## A Brief of the Prototype: - This section must include UML Diagrams and prototype description + https://drive.google.com/drive/folders/1pIcnedqMLpBTTdJ8ACarkUgqI73JHQtS?usp=sharing ## Tech Stack: - List Down all technologies used to Build the prototype + FrontEnd :Flutter + BackEnd : Python + ML model : ChatGPT API -## Step-by-Step Code Execution Instructions: - This Section must contain a set of instructions required to clone and run the prototype so that it can be tested and deeply analyzed + +## Step-by-Step Code Execution Instructions: +FrontEnd Flutter : + 1) To run the flutter code, one should have flutter SDK and DART installed on their system. + 2) Then add flutter extension in the ide + 3) Then run the application in android emulator or connect the phone , enabling USB DEBUGGING and run the main.dart file. + + ## What I Learned: - Write about the biggest learning you had while developing the prototype + We learned to build application and deploy GenAI in the app to solve the problem statement which ultimately satisfies our target customers.