Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/herol3oy/book-graph-angular-ollama


https://github.com/herol3oy/book-graph-angular-ollama

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# OllamaAngularClient

# Run Back-end
`docker run -d -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama`

and pull the `llama3:8b` model:
`ollama pull llama3:8b`

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.1.

## Front-end development server

Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.