조코딩X유데미X원티드가 함께하는 2023 AI 해커톤 🏆
Proeject Period : 23.07.31 ~ 23.08.05
Planner Bot : https://www.planbot.click/
Backend Server : https://api.planbot.click/
API Doc (Swagger) : https://api.planbot.click/api
When you submit the destination and duration of your trip, ChatGPT will provide daily planned recommendations for the destination, which will be provided through Google Maps.
- Receive a customized itinerary by providing your travel destination and duration
- Adjusting trip duration by adding requirement
- Requesting additional recommendations by adding requirement
- This service can be used up to five times.
| Tech Stack | Description |
|---|---|
| Main language | |
| Node.js framework | |
| Using Chat Completion API | |
| EC2 for server & Route 53 for domains |
/.env
CHAT_GPT_API_KEY={YOUR_API_KEY}
CHAT_GPT_ORGANIZATION_ID={YOUR_ID}
CHAT_GPT_MODEL={GPT_MODEL}
CHAT_GPT_SYSTEM={YOUR_INSTRUCTION}
CHAT_GPT_USER={YOUR_REQUEST}
- Clone the repo
git clone https://github.com/HoonDongKang/planner-bot.git
- Install NPM packages
npm install
- Creaet
.envfile with the variables - Start the project server
npm run start
Front-End Developer : CLOUDoort



