sentify / README.md
samyosm's picture
added Hugginface config
e791f84
metadata
title: Sentify
emoji: 🧠
colorFrom: pink
colorTo: red
sdk: docker
pinned: false
app_port: 3000

Sentify

Sentify Preview

Sentify is a web platform designed for analyzing the sentiments of a given text with a focus on ease of use.

Features

  • Speedy results: Instantly get the set of given emotions in a piece of text.
  • Minimalistic: A clean and intuitive interface priotizing user experience.
  • Ease of Use: No barriers like logins, forms or complex graphics—just write and see.

How

This platform leverages natural language processing (NLP) technology to analyze the sentiment and emotions in text. At its core, we make use of Hugging Face Transformers.

The model powering our analysis is SamLowe/roberta-base-go_emotions.

Getting Started

Usage

  1. Open the website
  2. Start writing the provided text area
  3. See the results, immediatly!

Installation (For Developers)

Clone the resposity:

git clone https://github.com/samyosm/sentify
cd sentify

Install dependencies:

yarn install

Run the development server:

yarn dev

Technology Stack

  • Frontend: React (NextJS), React Query, Zustand and Tailwind

Acknowledgements

License

This project is licensed under the MIT License