Skip to content

TedYeh/article-reviewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Article Reviewer

A web-based platform for reviewing and scoring articles using AI-powered feedback.

Article_Reviewer.-.Imgur.mp4

Features

  • 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

Setup and Installation

  1. Clone the repository:

    git clone https://github.com/TedYeh/article-reviewer.git
    cd article-reviewer
    
  2. Install dependencies:

    pip install -r requirements.txt
    
  3. Run the application:

    python api.py
    
  4. Open your browser and navigate to:

    http://localhost:5000
    

Usage

  1. Enter your custom prompt in the "Enter your prompt" field (or use the default prompt)
  2. Input the article score (e.g., "5分" or "6分")
  3. Paste the article text in the designated field
  4. Click "Generate Review" to receive AI-powered feedback
  5. The review will stream in real-time to the output area

Technologies

  • Backend: Flask, DeepSpeed, Transformers
  • Model: Qwen2.5-14B-Instruct
  • Frontend: HTML, CSS, JavaScript (jQuery)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors