Add LLM-Based Rating System + Migrate MySQL Database to My Hosting (App Already Completed)

Job ID: 39413267

Budget: $30 – $250 USD

The app is already fully developed. It’s a Flutter-based mobile platform with a Flask backend and MySQL database.

I need two final tasks done:

- Integrate an LLM-based Rating System

After each rental transaction, users can leave a written review.

I want to use a Large Language Model (LLM) to analyze the review text and generate a credibility score (sentiment-based).

This score should update the user’s profile or listing with a “Trust Score.”

You can use OpenAI API or any lightweight model. Just keep it efficient and practical.

Frontend and backend hooks are in place; just need the AI logic and connection.

Migrate MySQL Database to My Hosting

The current DB is hosted on someone else’s cloud.
I need help setting it up on my own cloud account (DigitalOcean, Render, etc.).
Includes setting up the DB, importing existing data, and reconnecting the backend.

What’s Provided:

Full codebase (Flutter frontend + Flask backend)
Access to existing DB (for export)
Clear UI/UX already implemented
API structure is documented

Deliverables:
Working LLM rating system integrated into the app
Database migrated and connected to the backend
Clean and documented code