Skip to content

AI model API (Ollama: https://ollama.com ) - This is a Laravel API that allows you to interact with an AI model hosted locally/offline on your machine, using Docker

Notifications You must be signed in to change notification settings

robuedi/ollama-ai-laravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1914a35 · Feb 4, 2025

History

69 Commits
Jan 11, 2025
Feb 3, 2025
Jan 12, 2025
Feb 3, 2025
Jan 31, 2025
Dec 21, 2024
Feb 3, 2025
Jan 31, 2025
Feb 3, 2025
Dec 13, 2024
Jan 31, 2025
Dec 13, 2024
Dec 13, 2024
Dec 13, 2024
Jan 6, 2025
Feb 4, 2025
Dec 13, 2024
Jan 11, 2025
Jan 11, 2025
Jan 31, 2025
Dec 30, 2024
Dec 13, 2024
Dec 13, 2024

Repository files navigation

AI Model API

Build Status Lint

This project is the backend API for interacting locally with a text AI model, in this case ollama

Setup

  1. Install Docker on your system
  2. git clone [email protected]:robuedi/ollama-ai-laravel.git && cd ollama-ai-laravel
  3. php artisan key:generate && composer install
  4. start the docker containers, first time it will take longer sail up -d
  5. Prepare the DB with: sail artisan migrate

WARNING: the AI model might use at least 12 GB of RAM, so please have more on your system.

API Endpoints Docs

Your local API Docs URL here AI Model API

License

Copyright (C) Eduard Cristian Robu - All Rights Reserved Written by Eduard Cristian Robu <robu.edi.office at gmail.com>, 2024

About

AI model API (Ollama: https://ollama.com ) - This is a Laravel API that allows you to interact with an AI model hosted locally/offline on your machine, using Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published