Skip to content

Create an chatbot using pertain ai models #150492

Answered by AronSoto
fahimmoon asked this question in Models
Discussion options

You must be logged in to vote

Hey bro, u can create an offline AI chatbot using locally running AI models.

1. AI Models Suitable for Offline Use

  • Whisper + Llama.cpp: For natural language processing (NLP) with efficient on-device AI models.
  • GPT4All: Provides AI models that can run locally without an internet connection.
  • Rasa: An open-source chatbot framework that allows offline usage with custom models.

2. Tools and Technologies

  • For Android:
    • TensorFlow Lite (for optimized AI models on mobile devices).
    • ONNX Runtime (to run models across different platforms).
  • For Desktop:
    • Llama.cpp (to run large language models efficiently on CPU/GPU).
    • Local AI runtimes like Ollama or GPT4All.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@fahimmoon
Comment options

Answer selected by fahimmoon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Models
Labels
None yet
2 participants