Cherchercher / CommentBox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Comment Box

A modern twist to the vintage comment box web application. Comment, give and recieve feedbacks on topics. Built with Pheonix, React, and Aylien. Language support: Chinese, English.

Features

  1. Real-time update:new messages get broadcasted to subscribors. Used channels.

  2. Language Dectection: languages used in comments are detected. Used Regex.

  3. Sentiment Analysis: sentiment of comments is displayed. Used Aylien.

  4. Language Translation: Chinese can be translated into English. Used Fuxi API.

Todos

  1. User authentication

  2. Create and update topics. Associate topics with comments.

  3. Set intervals for hitting submit button

  4. Sentiment Analysis in Chinese

Future improvements

Use Dialogflow to create domain expert to answer questions on topics.

Requirements

Running Locally

  • Install Elixir dependencies with mix deps.get.
  • cd to the assets/ directory and run yarn (or npm install) to install Node.js dependencies.
  • Modify the database settings in each config/ files if desired
  • Create and migrate your database with mix ecto.setup
  • Start Phoenix endpoint with mix phx.server

Visit localhost:4000 from your browser.

Reference

About

License:The Unlicense


Languages

Language:Elixir 73.4%Language:JavaScript 13.5%Language:TypeScript 6.3%Language:CSS 4.0%Language:HTML 2.8%