Git Product home page Git Product logo

openassistantbot's Introduction

OpenAssistantBot

Chatbot for quickly finding answers to questions.

Telegram

Telegram Bot Demo

Stack

  • Java 11
  • Spring Boot
  • Hibernate
  • MongoDB
  • Openshift
  • Docker
  • Gradle
  • Python

How to use?

Step 1. Clone repository

git clone https://github.com/openboot/openboot

Step 2. Download model and install Java

Please download model for AI and move to nlp directory:
http://files.deeppavlov.ai/embeddings/ft_native_300_ru_twitter_nltk_word_tokenize.bin

Install Java 11. On Ubuntu:

sudo apt install openjdk-11-jre

Step 3. Build project

cd open-assistant-service
./gradlew build --info

cd ..

cd telegram-bot-service
./gradlew build --info

Step 4. Create Docker images

docker-compose build

Step 5. Up services with Docker containers

docker-compose up

Step 6. Run spring boot application separately (because of with docker do not wotking)

cd open-assistant-service
./gradlew bootRun

Step 7. Init database

http://localhost:9090/api/chat/v1/database/init

Step 8. Open browser

http://localhost:9090/api/chat/v1/bot?question=Как активировать карту

Team

Contribute

For any problems, comments, or feedback please create an issue here.

License

This software is released under the MIT license.

openassistantbot's People

Contributors

ktoyato avatar lmaridae avatar mamadaliev avatar mariafjodorowa avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.