https://github.com/fitri-hy/chatbot-ai-elixir
Simple AI CLI Chatbot application using Erlang and Elixir.
https://github.com/fitri-hy/chatbot-ai-elixir
ai api chatbot elixir erlang gemini
Last synced: 5 months ago
JSON representation
Simple AI CLI Chatbot application using Erlang and Elixir.
- Host: GitHub
- URL: https://github.com/fitri-hy/chatbot-ai-elixir
- Owner: fitri-hy
- License: mit
- Created: 2024-05-11T02:50:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-11T02:52:19.000Z (about 2 years ago)
- Last Synced: 2025-08-01T13:52:15.593Z (11 months ago)
- Topics: ai, api, chatbot, elixir, erlang, gemini
- Language: Elixir
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chatbot AI
Simple AI CLI Chatbot application using Erlang and Elixir.
## Erlang
- Download: https://www.erlang.org/downloads
- Dicumentations: https://www.erlang.org/doc/
## Elixir
- Download & Install: https://elixir-lang.org/install.html
## Verify Installation
After installation, open your terminal and type the following command to verify the installation:
```
erl -v
elixir --version
```
You will see Erlang and Elixir version information if the installation is successful.
## Instalation Project
```
git clone https://github.com/fitri-hy/chatbot-ai-elixir.git
cd chatbot-ai-elixir
mix deps.get
mix run -e App.start
```