AI starter pack — useful links for own GPT models development

Daniel Delimata
2 min readJul 2, 2023

In this post I have collected useful resources which are good point to start own explorations of AI. I am going to update this collection when finding new interesting resources.

READY-TO-USE MODELS AND FRAMEWORKS

  • GPT4ALL — an open-source ecosystem designed to train and deploy powerful, customized large language models that run locally on consumer-grade CPUs. A bunch of models is available on this site with comparison of its performance results.
  • repository nomic-ai/gpt4all on GitHub
  • Hugging Face Hub — a platform designed to share pre-trained AI models and collaborate on the development and sharing of resources related to AI and natural language processing (NLP)
  • llama.cpp — C++ based port of LLaMA. It makes possible to run LLaMA on Raspberry Pi or even smartphone.
  • alpaca.cpp — C++ based port of Alpaca (forked from llama.cpp)

RUNNING MODELS ON RASPBERRY PI

TRAINING OWN MODELS

GitHub projects

GUI FOR LOCAL AI

  • GPT4All — desktop client for GPT4All

GitHub projects

ARTICLES AND REPORTS

OTHER USEFUL RESOURCES

If you like this article and would be interested to read the next ones, the best way to support my work is to become a Medium member using this link:

If you are already a member and want to support this work, just follow me on Medium.

--

--