Skip to content

maxtaube/hatespeech-detector

Repository files navigation

Nuxt Example

Deploy your Nuxt project to Vercel with zero configuration.

Deploy with Vercel

Live Example: https://nuxtjs-template.vercel.app

Look at the Nuxt 3 documentation to learn more.


Hate Speech Detection Setup

Requirements to run the application:

Then you can either

Troubleshooting

If you get a connection error, this is probably because you didn't connect the ollama instance properly

  • check if the ollama instance is running
  • check the console of the browser for detailed errors
  • make sure the correct model is pulled on the ollama instance (and finished. The model is a few GB in size)
  • pulling through the ui seems to sometimes have issues, ideally pull the model directly with ollama pull [modelname]
  • you might have to run ollama serve to expose the api

General Setup (standard docs)

Make sure to install the dependencies:

# yarn
yarn

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Checkout the deployment documentation for more information.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages