File size: 610 Bytes
6b9ab28
 
 
 
 
 
 
 
 
 
18869bb
6b9ab28
18869bb
6b9ab28
18869bb
6b9ab28
18869bb
6b9ab28
 
 
18869bb
6b9ab28
18869bb
6b9ab28
 
 
18869bb
6b9ab28
18869bb
6b9ab28
 
 
 
 
18869bb
6b9ab28
18869bb
6b9ab28
18869bb
6b9ab28
18869bb
6b9ab28
 
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
---
title: Oversai Text Analyzer
emoji: πŸ“
colorFrom: blue
colorTo: indigo
sdk: gradio
sdk_version: 4.19.2
app_file: app.py
pinned: false
---

# Oversai Text Analyzer

A powerful text analysis tool that uses BERT-based models to analyze and classify text.

## Features

- Text Classification
- Sentiment Analysis
- Easy-to-use Interface

## Usage

1. Enter your text in the input box
2. Click submit
3. View the analysis results

## Technical Details

Built with:
- Gradio 4.19.2
- Transformers 4.38.2
- PyTorch 2.2.1
- BERT-tiny model

## License

MIT License

## Setup

1. Create a virtual environment:
```