It's a powerful version of linebot

Overview

CTPS-FINAL

Linbot-sever.py

主程式

Algorithm.py

推薦演算法,媒合餐廳端資料與顧客端資料

config.ini

儲存 channel-access-token、channel-secret 資料

Preface

生活在成大將近4年,我們每天的午餐時間看著形形色色的店家,看似玲瑯滿目卻都吃膩了,中午覓食已經從期待變成壓力,每天問著「待會吃什麼?」,然後花費大量時間和心力,還是不知道要午餐吃什麼。因此我們希望運用Computational Thinking and Problem Solving 的思維,幫助大家解決這個困擾已久的問題。

Problem Definition

My target problem - 解決成大師生不知道午餐吃什麼的困擾?

Problem Decomposition

  • :成大師生
  • :午餐煩惱
  • :週一到週五 11點 ~ 14點
  • :成大周遭 1.5km 以內距離
  • constrain : 交通限制(交通工具)、店家營業時間限制、用戶人數(餐廳是否能容納)、預計等待及用餐時間

Pattern Recognition

  1. 大家通常到正餐時間才會想要吃甚麼
  2. 大家移動的距離有限,如果下午1點還有課,就會在學校附近用餐
  3. 同類型食物太頻繁吃會吃膩
  4. 學生會考慮cp值(有價格區間考量)
  5. 如果店家以人潮眾多就傾向換一間店家
  6. 會因為天氣而影響選擇(例如很熱,就會找有冷氣的餐廳)
  7. 朋友或認識的同學會一起用餐

Abstraction

(把Problem Decomposition的細項問題化)

  • 店家資料
      1. 如何取得店家資料?
      1. 如何確保店家資料即時性?
  • 用戶資料
      1. 如何取得用戶資料?
      1. 如何做到使用者優化?
  • 演算法
      1. 如何根據實際狀況設計演算法
      1. 怎麼測試演算法結果是否符合用戶需求
  • 訊息回推
      1. 用什麼管道回送推薦清單
      1. 介面如何優化
      1. 怎麼得知用戶實際使用情況

Algorithm

  • 店家資料
    • 如何取得店家資料?
      • 利用 google maps 爬蟲
      • 實地探索(地點限制在成大周圍,所以有一定可行性)
    • 如何確保店家資料即時性?
      • 設計用戶回報機制
      • 定期網路爬蟲
  • 用戶資料
    • 如何取得用戶資料?
      • 利用 linbot 與使用者溝通,取得使用者需求
    • 如何做到使用者優化?
      • 利用 richmenus 串接 linbot,藉由圖文選單輸入
  • 演算法
    • 如何根據實際狀況設計演算法
      • 找外在生活條件(例如 : 天氣很熱,那冷氣的需求權重就提高一點)
    • 怎麼測試演算法結果是否符合用戶需求
      • 請朋友實際使用,並根據意見做出修改
  • 訊息回推
    • 用什麼管道回送推薦清單
      • Linebot
    • 介面如何優化
      • 建置模板按鈕,讓畫面看起來乾淨一點
    • 怎麼得知用戶實際使用情況
      • 設計用戶評分機制
      • 根據用戶評分或意見,進行修正

Solution Proposal

final report ppt & demo

References

AI grand challenge 2020 Repo (Speech Recognition Track)

KorBERT를 활용한 한국어 텍스트 기반 위협 상황인지(2020 인공지능 그랜드 챌린지) 본 프로젝트는 ETRI에서 제공된 한국어 korBERT 모델을 활용하여 폭력 기반 한국어 텍스트를 분류하는 다양한 분류 모델들을 제공합니다. 본 개발자들이 참여한 2020 인공지

Young-Seok Choi 23 Jan 25, 2022
RSNA Intracranial Hemorrhage Detection with python

RSNA Intracranial Hemorrhage Detection This is the source code for the first place solution to the RSNA2019 Intracranial Hemorrhage Detection Challeng

24 Nov 30, 2022
RL algorithm PPO and IRL algorithm AIRL written with Tensorflow.

RL algorithm PPO and IRL algorithm AIRL written with Tensorflow. They have a parallel sampling feature in order to increase computation speed (especially in high-performance computing (HPC)).

Fangjian Li 3 Dec 28, 2021
Self-Supervised Learning with Kernel Dependence Maximization

Self-Supervised Learning with Kernel Dependence Maximization This is the code for SSL-HSIC, a self-supervised learning loss proposed in the paper Self

DeepMind 29 Dec 29, 2022
LineBoard - Python+React+MySQL-白板即時系統改善人群行為

LineBoard-白板即時系統改善人群行為 即時顯示實驗室的使用狀況,並遠端預約排隊,以此來改善人們的工作效率 程式架構 運作流程 使用者先至該實驗室網站預約

Bo-Jyun Huang 1 Feb 22, 2022
image scene graph generation benchmark

Scene Graph Benchmark in PyTorch 1.7 This project is based on maskrcnn-benchmark Highlights Upgrad to pytorch 1.7 Multi-GPU training and inference Bat

Microsoft 303 Dec 27, 2022
A minimalist environment for decision-making in autonomous driving

highway-env A collection of environments for autonomous driving and tactical decision-making tasks An episode of one of the environments available in

Edouard Leurent 1.6k Jan 07, 2023
PyTorch implementation for the paper Pseudo Numerical Methods for Diffusion Models on Manifolds

Pseudo Numerical Methods for Diffusion Models on Manifolds (PNDM) This repo is the official PyTorch implementation for the paper Pseudo Numerical Meth

Luping Liu (刘路平) 196 Jan 05, 2023
Implementation of Vaswani, Ashish, et al. "Attention is all you need."

Attention Is All You Need Paper Implementation This is my from-scratch implementation of the original transformer architecture from the following pape

Brando Koch 195 Dec 30, 2022
Ready-to-use code and tutorial notebooks to boost your way into few-shot image classification.

Easy Few-Shot Learning Ready-to-use code and tutorial notebooks to boost your way into few-shot image classification. This repository is made for you

Sicara 399 Jan 08, 2023
The implementation of the paper "HIST: A Graph-based Framework for Stock Trend Forecasting via Mining Concept-Oriented Shared Information".

The HIST framework for stock trend forecasting The implementation of the paper "HIST: A Graph-based Framework for Stock Trend Forecasting via Mining C

Wentao Xu 110 Dec 27, 2022
Team nan solution repository for FPT data-centric competition. Data augmentation, Albumentation, Mosaic, Visualization, KNN application

FPT_data_centric_competition - Team nan solution repository for FPT data-centric competition. Data augmentation, Albumentation, Mosaic, Visualization, KNN application

Pham Viet Hoang (Harry) 2 Oct 30, 2022
code for paper"A High-precision Semantic Segmentation Method Combining Adversarial Learning and Attention Mechanism"

PyTorch implementation of UAGAN(U-net Attention Generative Adversarial Networks) This repository contains the source code for the paper "A High-precis

Tong 8 Apr 25, 2022
Official PyTorch implementation of "Proxy Synthesis: Learning with Synthetic Classes for Deep Metric Learning" (AAAI 2021)

Proxy Synthesis: Learning with Synthetic Classes for Deep Metric Learning Official PyTorch implementation of "Proxy Synthesis: Learning with Synthetic

NAVER/LINE Vision 30 Dec 06, 2022
'A C2C E-COMMERCE TRUST MODEL BASED ON REPUTATION' Python implementation

Project description A library providing functionalities to calculate reputation and degree of trust on C2C ecommerce platforms. The work is fully base

Davide Bigotti 2 Dec 14, 2022
Modular Gaussian Processes

Modular Gaussian Processes for Transfer Learning 🧩 Introduction This repository contains the implementation of our paper Modular Gaussian Processes f

Pablo Moreno-Muñoz 10 Mar 15, 2022
Rendering Point Clouds with Compute Shaders

Compute Shader Based Point Cloud Rendering This repository contains the source code to our techreport: Rendering Point Clouds with Compute Shaders and

Markus Schütz 460 Jan 05, 2023
An interpreter for RASP as described in the ICML 2021 paper "Thinking Like Transformers"

RASP Setup Mac or Linux Run ./setup.sh . It will create a python3 virtual environment and install the dependencies for RASP. It will also try to insta

141 Jan 03, 2023
Experimental Python implementation of OpenVINO Inference Engine (very slow, limited functionality). All codes are written in Python. Easy to read and modify.

PyOpenVINO - An Experimental Python Implementation of OpenVINO Inference Engine (minimum-set) Description The PyOpenVINO is a spin-off product from my

Yasunori Shimura 7 Oct 31, 2022
A Large-Scale Dataset for Spinal Vertebrae Segmentation in Computed Tomography

A Large-Scale Dataset for Spinal Vertebrae Segmentation in Computed Tomography

ICT.MIRACLE lab 75 Dec 26, 2022