Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rupanjana15/beforreal-website


https://github.com/rupanjana15/beforreal-website

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# beforreal 🧐

![Next.js](https://img.shields.io/badge/Next.js-000000?style=flat&logo=nextdotjs&logoColor=white)
![Radix UI](https://img.shields.io/badge/Radix%20UI-%23000000.svg?style=flat&logo=radix-ui&logoColor=white)
![TypeScript](https://img.shields.io/badge/TypeScript-%23007ACC.svg?style=flat&logo=typescript&logoColor=white)
![License](https://img.shields.io/github/license/rupanjana15/beforreal-website?style=flat)

Minimalistic web app to detect sarcasm in text, helping you distinguish genuine comments from sarcastic ones. Built with **Next.js** for seamless server-side rendering, **Radix UI** for accessible and minimalist UI components, and **TypeScript** for type safety.

beforreal screenshot

## How It Works
Using advanced language models, the app analyzes input text to detect sarcasm. **Beforreal** integrates with an underlying sarcasm detection model that adds accuracy and context-aware responses to your queries.

## Core Technologies
- **Next.js**: Fast, SEO-friendly, server-side rendering framework.
- **Radix UI**: Accessible, unstyled components for a minimalist, flexible UI.
- **TypeScript**: Ensures reliable type safety and maintainable code.

## Powered By
This app uses the [Sarcasm Detection Model](https://github.com/rupanjana15/sarcasm-detection-model) for text analysis.

## Usage
1. Clone the repository and install dependencies.
```bash
git clone https://github.com/rupanjana15/beforreal-website.git
cd beforreal-website
npm install
```
2. Start the development server.
```bash
npm run dev
```

## License
This project is open-source under the MIT License.