File size: 1,492 Bytes
e791f84 964ba46 7349480 964ba46 7349480 964ba46 7349480 964ba46 7349480 964ba46 7349480 964ba46 7349480 964ba46 7349480 964ba46 7349480 964ba46 7349480 964ba46 7349480 964ba46 7349480 964ba46 7349480 964ba46 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 |
---
title: Sentify
emoji: 🧠
colorFrom: pink
colorTo: red
sdk: docker
pinned: false
app_port: 3000
---
# Sentify

**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](https://huggingface.co/SamLowe/roberta-base-go_emotions).
## Getting Started
### Usage
1. Open the [website](https://sentify.samyosm.com)
2. Start writing the provided text area
3. See the results, immediatly!
### Installation (For Developers)
Clone the resposity:
```bash
git clone https://github.com/samyosm/sentify
cd sentify
```
Install dependencies:
```bash
yarn install
```
Run the development server:
```bash
yarn dev
```
### Technology Stack
- **Frontend**: React (NextJS), React Query, Zustand and Tailwind
## Acknowledgements
- Motivated by the [High Seas](https://highseas.hackclub.com/) initiative
## License
This project is licensed under the [MIT License](./LICENSE)
|