Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ebandev/novellm
An open-source clone of NovelAI using NuxtJS and HuggingFace Inferences API
https://github.com/ebandev/novellm
ai ebook ebooks llm novelai nuxtjs
Last synced: 3 months ago
JSON representation
An open-source clone of NovelAI using NuxtJS and HuggingFace Inferences API
- Host: GitHub
- URL: https://github.com/ebandev/novellm
- Owner: ebanDev
- Created: 2024-05-22T15:00:32.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-22T15:07:52.000Z (8 months ago)
- Last Synced: 2024-09-22T18:02:24.020Z (3 months ago)
- Topics: ai, ebook, ebooks, llm, novelai, nuxtjs
- Language: Vue
- Homepage: https://novellm.eban.eu.org
- Size: 232 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NoveLLM
A small clone of NovelAI, using NuxtJS framework and HuggingFace Inferences API as a backend for the model.
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn dev
```### Compiles and minifies for production
```
yarn build
```