AI Tweet Analysis Automaton is a smart and scalable web application designed to analyze tweets using advanced AI and NLP capabilities. It automatically performs sentiment analysis, summarizes tweet content, and stores structured results in Airtable. The app is ideal for developers, researchers, and social media analysts looking to extract insights from tweet data quickly and efficiently.
-
Sentiment Analysis
Classifies tweets as Olumlu, Olumsuz, or Nötr using the OpenAI API. -
Tweet Summarization
Generates concise summaries for better understanding of tweet content. -
Airtable Integration
Stores tweet data in a connected Airtable base. -
Real-time Processing
Analyze tweets instantly from user input or fetched data. -
Extensible Architecture
Easily scalable and maintainable backend with modular routes and services.
- Node.js
- Express.js
- OpenAI API (ChatGPT)
- Airtable API
- Twitter API
- dotenv (for managing secrets)
- React.js
- HTML / CSS / JavaScript
git clone https://github.com/SerhanTelatar/AI-Tweet-Analysis-Automaton.git
cd AI-Tweet-Analysis-Automaton
# ── Backend ──
cd backend
npm run dev # launches Express server on http://localhost:4000
# open a new terminal for the frontend
cd ../frontend
npm start # launches React app on http://localhost:3000
