Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 627 Bytes

readme.md

File metadata and controls

23 lines (18 loc) · 627 Bytes

DOST - DOc STock by MUBK

A platform for sharing document with AI Technology:

  1. Auto Generate title, summary, tags when upload
  2. Semantic search
  3. Document Chatbot

How to install?

  1. Install Nodejs by follow instruction at: https://nodejs.org/en
  2. Clone this repo and run npm install to install required modules
  3. Install AI Server at repo: https://github.com/toilaluan/dost_chatbot_server
  4. Setup MongoDB by follow:
database_name = doc_stock
collection_name = docs
collection_name = users

How to run?

  1. Run web client: npm start
  2. Run AI server by follow instuction at AI Server repo above