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: about 1 year 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-06T14:09:55.000Z (over 1 year ago)
- Last Synced: 2025-04-15T12:11:36.782Z (about 1 year ago)
- Topics: ai, ebook, ebooks, llm, novelai, nuxtjs
- Language: Vue
- Homepage: https://novellm.eban.eu.org
- Size: 233 KB
- Stars: 5
- 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
```