MiroTalk WebRTC is a real-time communication technology that enables audio and video communication over the internet through web browsers without the need for additional plugins or software installations. It stands out as a core component of many web-based video conferencing and communication platforms. Here you will find all the necessary documentations.
To install MkDocs
, you can use one of this method:
$ pip install mkdocs
$ pip install mkdocs-material
$ sudo apt update
$ sudo apt install mkdocs
$ sudo apt update
$ sudo apt install snapd
$ sudo snap install mkdocs
# Clone the repo
$ git clone https://github.com/miroslavpejic85/mirotalk-docs.git
# Go to Docs dir
$ cd mirotalk-docs
# Start the built-in dev-server
$ mkdocs serve
Open up http://127.0.0.1:8000 in your browser.