Skip to content

Commit

Permalink
Add introduction section inside README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hugolgst committed Mar 25, 2020
1 parent f324eec commit f4fbf88
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,34 @@

<p align="center">
<a href="https://olivia-ai.org">Website</a> —
<a href="https://olivia-ai.org/chat">Chat online</a> —
<a href="https://olivia-ai.org/blog">Blog</a> —
<a href="https://olivia-ai.org/changelog">Changelog</a> —
<a href="#getting-started">Getting started</a> —
<a href="#introduction">Introduction</a> —
<a href="https://trello.com/b/azB6r2IC/olivia">Projects</a> —
<a href="#contributors">Contributors</a> —
<a href="#license">License</a>
</p>

## Introduction
<p align="center">
<img alt="introduction" height="100" src="https://i.imgur.com/Ygm9CMc.png">
</p>

### Description
Olivia is an open-source chatbot built in Golang using Machine Learning technologies.
Its goal is to provide a free and open-source alternative to big services like DialogFlow.

You can chat with her by speaking (STT) or writing, she replies with a text message but you can enable her voice (TTS).

You can clone the project and customize it as you want using [GitHub](https://github.com/olivia-ai/olivia)
Try it on [her website!](https://olivia-ai.org)

### Why Olivia?
- The only chatbot project in Go that could be modulable and customizable.
- Using daily a privacy-friendly chatbot is great.
- The Website is a Progessive Web Application, which means you can add it to your phone and it seems like a native app!


## Getting started
### Installation
#### Docker
Expand Down

0 comments on commit f4fbf88

Please sign in to comment.