Categorygithub.com/AvicennaJr/FyneAI
repositorypackage
0.0.0-20240124111944-dee2a06ba98c
Repository: https://github.com/avicennajr/fyneai.git
Documentation: pkg.go.dev

# README

FyneAI

A simple tool to run AI models on your computer.

Prequisites

Building

  • Clone the repository
  • Install the dependencies
go mod tidy
  • Build the project
go build -o fyneai
  • Run the application
./fyneai

Install On System

  • Clone the repository
  • Build with fyne, setting your respective OS. For linux, you can use:
fyne package -os linux -icon ai.png
  • Extract the package
  • Install the package. For linux it would be:
cd FyneAI && make user-install
  • You'll find the application in your applications menu.