A web-based platform for reviewing and scoring articles using AI-powered feedback.
Article_Reviewer.-.Imgur.mp4
- Generate professional and constructive feedback for essays and articles
- Provide specific improvement suggestions based on scoring criteria
- Real-time streaming of AI-generated reviews
- Simple and intuitive user interface
-
Clone the repository:
git clone https://github.com/TedYeh/article-reviewer.git cd article-reviewer -
Install dependencies:
pip install -r requirements.txt -
Run the application:
python api.py -
Open your browser and navigate to:
http://localhost:5000
- Enter your custom prompt in the "Enter your prompt" field (or use the default prompt)
- Input the article score (e.g., "5分" or "6分")
- Paste the article text in the designated field
- Click "Generate Review" to receive AI-powered feedback
- The review will stream in real-time to the output area
- Backend: Flask, DeepSpeed, Transformers
- Model: Qwen2.5-14B-Instruct
- Frontend: HTML, CSS, JavaScript (jQuery)