(Team Hackon)
|
|
οΏ½
Node.js (v16.0+) Download here |
οΏ½
Requirements Install requirements.txt |
οΏ½
Git Download here |
- Navigate to the backend folder
cd "Backend System"- Install Node.js dependencies
npm install- Navigate to the agent folder
cd ../"Last Mile Delivery Agent(langChain)"- Create a Python virtual environment
python -m venv venv- Activate the virtual environment
# Windows
venv\Scripts\activate
# macOS/Linux
source venv/bin/activate- Install Python dependencies
pip install -r requirements.txt- Set up environment variables in a
.envfile
GOOGLE_API_KEY=your_gemini_api_key
GOOGLE_MAPS_API_KEY=your_google_maps_api_key
FLIGHT_API_KEY=your_aviationstack_api_key
Train_API_KEY=your_train_api_key
BUS_API_KEY=your_bus_api_key- Run the WebSocket server from the backend folder
cd ../"Backend System"
node server.jsJava βββββββββββββββββββββββββ 61.3%
Python βββββββββββββββββββββββββ 35.9%
JavaScript βββββββββββββββββββββββββ 2.0%
HTML βββββββββββββββββββββββββ 0.8%
|
TRAIN STATUS API KEY USED (RAPID API) FLIGHT STATUS API KEY USED (AviationStack) GOOGLE MAP API KEY USED (GOOGLE MAPS) |


