Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/herol3oy/book-graph-angular-ollama
https://github.com/herol3oy/book-graph-angular-ollama
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/herol3oy/book-graph-angular-ollama
- Owner: herol3oy
- Created: 2024-04-27T14:11:58.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-27T14:19:46.000Z (7 months ago)
- Last Synced: 2024-04-27T15:26:40.589Z (7 months ago)
- Language: TypeScript
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.