Spaces:
Sleeping
Sleeping
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: | |
``` |