An open API service indexing awesome lists of open source software.

https://github.com/trongkhanh083/faq-generator

FAQs Generate with Social Media Info (Facebook, X, Instagram and more)
https://github.com/trongkhanh083/faq-generator

facebook faq faqs instagram mistral-ai playwright social-media twitter x

Last synced: about 2 months ago
JSON representation

FAQs Generate with Social Media Info (Facebook, X, Instagram and more)

Awesome Lists containing this project

README

          

SocialInsight AI - FAQ Generator 🚀

A powerful Flask application that transforms social media content into comprehensive Frequently Asked Questions (FAQs) using AI-powered scraping and natural language processing.

![SocialInsight Demo](./assets/start.png)

✨ Features

🌐 Multi-Platform Support: Facebook, Instagram, X (Twitter), and more

🌍 Multi-Language: Support for 8 languages (English, Vietnamese, French, Spanish, German, Chinese, Japanese, Korean)

🤖 AI-Powered: Uses LLM API for intelligent FAQ generation

⚡ Real-time Processing: Background processing with progress tracking

🎨 Modern UI: Professional, responsive web interface

🚀 Quick Start

🔧 Installation

Clone the repository
```
git clone https://github.com/trongkhanh083/faq-generator.git
cd faq-generator
```

Python dependencies
```
pip install -r requirements.txt
```

Playwright browsers
```
playwright install
```
Create environment variables .env:
```
MISTRAL_API_KEY=your_mistral_api_key
```

🎯 Inference

Run pipeline
```
python pipeline.py --url [URL] --plf [fb/x/ig/df] --lang en --cnt 10
```
or

Start development server
```
python app.py
```

SocialInsight AI - Transforming social content into actionable knowledge. 🚀

Made with ❤️ for the open source community