A platform for sharing document with AI Technology:
- Auto Generate title, summary, tags when upload
- Semantic search
- Document Chatbot
- Install Nodejs by follow instruction at: https://nodejs.org/en
- Clone this repo and run
npm install
to install required modules - Install AI Server at repo: https://github.com/toilaluan/dost_chatbot_server
- Setup MongoDB by follow:
database_name = doc_stock
collection_name = docs
collection_name = users
- Run web client:
npm start
- Run AI server by follow instuction at AI Server repo above