Skip to content

AI Text Analysis Dashboard. A web application that analyzes text with Streamlit interface. Features: - Sentiment Analysis

License

Notifications You must be signed in to change notification settings

Joshh99/ai-text-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Text Analysis Dashboard

This Streamlit application analyzes text using OpenAI's API.

Setup

  1. Clone the repository
  2. Create a virtual environment: python -m venv venv
  3. Activate the virtual environment: source venv/bin/activate (On Windows: venv\Scripts\activate)
  4. Install dependencies: pip install -r requirements.txt
  5. Run the application: streamlit run src/app.py

Features

  • Sentiment Analysis

Usage

  1. Enter your text in the input area
  2. Click "Analyze" to see the results

About

AI Text Analysis Dashboard. A web application that analyzes text with Streamlit interface. Features: - Sentiment Analysis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages