Skip to content

apramm/Ecowander.ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

107 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ecowander.ai

CIC Hackathon Git Repo - Eco-Friendly Travel Planner

Travel smarter, stay within your budget, and contribute to a greener future with every adventure!

Video Demo

Demo.mp4

Running the Program

Frontend

In the Frontend folder, do the following commands in order:

npm install
cd src
npm run dev

Backend

Go to Backend folder. Then get the AWS CLI credentials, and copy and paste them as a command. To run the python file server.py:

For Linux

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python server.py

For Windows

python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
python server.py

More information on Backend:

We leveraged Amazon Bedrock with the Llama 3 foundational model and applied prompt engineering techniques to generate dynamic prompts based on user input. The API requests were processed using Flask, and we incorporated few-shot learning to customize the prompt responses. Both the frontend and backend were deployed on an AWS EC2 instance.

About

CIC Hackathon Git Repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors