oversai-models / README.md
ogirald0's picture
Added Space configuration and metadata
6b9ab28
---
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:
```