htl-leonding-project / 2021-da-chatbot

ML-based Chatbot, Diplomartbeit 2021/22, Felix Dumfarth, Lukas Starka

Home Page:https://htl-leonding-project.github.io/2021-da-chatbot/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Diplomarbeit

Diplomarbeit "ML-based Chatbot" für das Jahr 2021/2022 von Dumfarth Felix und Lukas Starka unter Betreuung von Herrn Professor Stütz.

Links

Index

Chatbot Features

Technology Notes

Rasa

Deep Learning

Text Analysis

Meetings

1. Besprechung 22.02.2021

2. Besprechung 09.03.2021

3. Besprechung 23.03.2021

4. Besprechung 06.04.2021

5. Besprechung 20.04.2021

6. Besprechung 29.04.2021

7. Besprechung 11.05.2021

8. Besprechung 01.06.2021

9. Besprechung 17.06.2021

10. Besprechung 22.07.2021

11. Besprechung 31.07.2021

12. Besprechung 27.08.2021

13. Besprechung 27.09.2021

14. Besprechung 13.10.2021

15. Besprechung 22.10.2021

16. Besprechung 25.10.2021

17. Besprechung 26.10.2021

18. Besprechung 28.10.2021

19. Besprechung 29.10.2021

20. Besprechung 11.01.2021

21. Besprechung 14.01.2021

22. Besprechung 14.02.2021

23. Besprechung 01.03.2021

24. Besprechung 04.03.2021

25. Besprechung 11.03.2021

asciidoctor-docker-template

Overview

This is a template-project for

  • generating AsciiDoc-Files to html-files and
  • deploying the html-files to gh-pages,
  • where the gh-pages are located in an branch of the repo called gh-pages.

AsciiDoctor - the software for converting the .adoc-files to .html-files - is executed in a Docker container. So you have nothing to install on your local machine, except Docker

Option 1: Run script outside Docker - in your host OS

Two scripts are available:

  • build-html-docker.sh -> builds the .html-pages in the folder gh-pages
  • publish-gh-pages.sh -> builds and deploys the gh-pages

additionally is a script build-pdf-docker.sh for creating a pdf document.

Option 2: [preferred] Run script inside Docker-container

  • First create a .env-file with
GIT_GLOBAL_MAIL=<your email>
GIT_GLOBAL_USER_NAME=<your git - username>
  • Then run the script run-inside-docker.sh.
  • The url of the created gh-page will be displayed.

How to use Asciidoctor

Download the latest release in your project and run the shell-scripts.

Demo Documents

You can find demo documents in the asciidocs.demo-folder:

  • System Specification (Pflichtenheft)
  • Minutes of Meeting
  • some additional demos

About

ML-based Chatbot, Diplomartbeit 2021/22, Felix Dumfarth, Lukas Starka

https://htl-leonding-project.github.io/2021-da-chatbot/


Languages

Language:Python 56.8%Language:Shell 32.6%Language:Java 10.2%Language:HTML 0.4%