https://github.com/na399/tripcommend-bot
https://github.com/na399/tripcommend-bot
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/na399/tripcommend-bot
- Owner: na399
- Created: 2018-04-07T20:22:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-08T10:59:29.000Z (about 7 years ago)
- Last Synced: 2025-02-05T10:39:26.567Z (4 months ago)
- Language: JavaScript
- Size: 89.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tripcommender Bot
A chatbot that helps tourists discover Copenhagen
This project was made during the Copenhacks 2018.
## Instruction
Install node (v.8) and npm
Add values in `.env` using a template from `sample.env`
run
```
npm install
```run
```
npm start dev
```run the Bot Framework emulator and connect it to http://localhost:3978/api/messages with Microsoft App ID and password
## Recommendation Engine
We used Microsoft's [Product Recommendations Preconfigured Solution](https://github.com/Microsoft/Product-Recommendations/tree/334fc6f3db5366b6b5a9b8e8fd47b6e6af7308f9).
Training data can be found in [`./recommendation`](./recommendation).