https://github.com/alefmach/mini_project_chat_ia
This is a simple project to simulate a IA of the conversation it's very simple, but the logic is the same used in big tech company
https://github.com/alefmach/mini_project_chat_ia
elixir elixir-lang vitrinedev
Last synced: 7 days ago
JSON representation
This is a simple project to simulate a IA of the conversation it's very simple, but the logic is the same used in big tech company
- Host: GitHub
- URL: https://github.com/alefmach/mini_project_chat_ia
- Owner: AlefMach
- License: mit
- Created: 2023-08-09T16:45:15.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-10T20:16:16.000Z (almost 3 years ago)
- Last Synced: 2023-08-11T03:24:35.538Z (almost 3 years ago)
- Topics: elixir, elixir-lang, vitrinedev
- Language: Elixir
- Homepage:
- Size: 265 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BasicChat

This is a simple project to simulate a IA of the conversation
it's very simple, but the logic is the same used in big tech company
## Start
Make sure with you have all depedences necessary for run this project
The versions is provides in `.tool-versions`
## Install deps
run in your CLI
```shell
mix deps.get
```
after you made this can run
```shell
iex -S mix
iex> BasicChat.tell_me("Bom dia! como está?")
Estou bem, como posso ajudar?
bom dia!
:ok
```
the files that you can change is `lib/data.ex`
you can add more params to the file for the program identify what he can say to you.