Hey community,
I’m working on a project to create an app based on language models that can be installed on both Windows PCs and MacOS. The goal is for it to run completely offline, without needing an internet connection.
Ideally, after installation, the app should run without requiring any extra dependencies. It’s meant to work on regular laptops from the past few years, so think 9th Gen Intel® CPUs or newer, 8GB of RAM or more, and no need for a dedicated GPU.
The app should be able to read a few files (up to 5) in formats like txt, pdf, ppt, and excel. It doesn’t need to have long conversations with users, generate images, or write code, but it should understand the content of the files it reads.
Given these requirements, I’m wondering if using smaller language models (with fewer parameters) could be a good option. If yes, what could be the best choices?
I’d really appreciate any insights you can share. Thanks in advance!