Switch to English?
Yes
Переключитись на українську?
Так
Переключиться на русскую?
Да
Przełączyć się na polską?
Tak
Post your project for free and start receiving proposals from freelancers within minutes after publication!

Software for text rewriting needed, can be without interface

Translated24 USD

  1. 1444    9  0
    4 days89 USD

    Hello!
    I am ready to undertake the implementation of your project.

    Recently, I worked on a similar solution — a video processing system with recognition and rephrasing of text. Your task is fully feasible in a local mode:

    without third-party services,

    using GPU (support for your RTX 4060 will ensure significant acceleration),

    support for multiple languages (Russian, English, Spanish, German, Italian, Polish — can be organized, details will be clarified),

    result — high-quality text rewriting with an originality level of 90–95% while preserving the meaning and tone of the original.

    The program will:
    📁 automatically process all videos from the input folder,
    📝 extract and recognize speech,
    🔁 rephrase and structurally modify the text,
    📁 save the result in output.

    I would like to clarify:

    Average length of videos (you specified up to 12 hours — need to discuss technical limits).

    Maximum number of videos per run.

    Let's discuss the details privately — I will tell you which options are optimal for local work.

    Looking forward to your message!

  2. 2065    32  0
    5 days178 USD

    Hello!
    I have carefully reviewed your technical assignment — and I can propose the implementation of an autonomous desktop application for Windows that will perform batch text rewriting from videos, without using third-party services (all locally, with the possibility of acceleration via NVIDIA RTX 4060 GPU).

    What will be included in the solution:

    Batch processing:

    Upload video files to the input folder.

    Receive unique texts in the output folder.

    Audio extraction and transcription:

    Using a local model (for example, Whisper CPP or Faster-Whisper with CUDA support) for high-quality speech recognition, including long videos up to 12 hours.

    Supported languages: Russian, English, German, Spanish, Italian, Polish (the list can be expanded upon discussion).

    Text rewriting:

    Automatic paraphrasing (locally) considering:

    Synonymization.

    Rearrangement and simplification of sentences.

    Preservation of the style and intonation of the original.

    Ensuring 90–95% uniqueness.

    Using one of the modern language models with local integration (for example, Mistral, Gemma, LLaMA, OpenHermes, or specialized models for paraphrasing) — GPU will be utilized to the maximum.

    Simple user interface (optional):

    Ability to select input/output language.

    Settings for rewriting depth (balance between accuracy and uniqueness).

    Progress bar and error log.

  3. 3092    11  0
    1 day45 USD

    Good afternoon!
    I am developing software in Python!
    I have created similar software for transcribing audio files into text with acceptable processing quality.
    I would like to discuss the project details, I am confident I can help you.

  4. 834    8  0
    5 days134 USD

    The price may be lower or higher depending on your needs.
    Write to me to discuss the details.

    I have written an approximate stack for this:

    Python 3.11+

    video/audio processing (ffmpeg, moviepy),

    speech recognition (Whisper),

    NLP rewriting (LLM, Transformers),

    GUI (PyQt, Tkinter),

    GPU computations (CUDA via PyTorch).

    ---------------------

    Whisper (offline speech-to-text)
    Model: whisper-large-v3 from OpenAI (via CTranslate2 for GPU).

    Advantages:

    Works locally.

    Supports multilingualism (RU, EN, DE, IT, ES, PL, etc.).

    GPU acceleration.

    Interface: via faster-whisper or ct2-transformers.

    ---------------------------

    Model: Mistral 7B, LLaMA 3, or similar (via GGUF/GGML)
    Works offline through llama.cpp, text-generation-webui, or llm CLI.

    Format: GGUF (for RAM-efficient generation).

    Interface: llama-cpp-python or local server.

    Alternative:

    Vicuna / Nous Hermes / Zephyr / Mixtral (selected for better rewriting).

    Output language — same as input video.

    --------------------

    ffmpeg (extract audio from video, cut large files)

    moviepy (optional — for extracting frames if needed)

    -------------------
    CUDA + PyTorch — for rewriting and transcription models.

    CTranslate2 — allows running Whisper on GPU.

    llama.cpp with CUDA/CLBlast — for running LLaMA/Mistral models on GPU.

    -------------
    Adding automatic language detection from audio (langdetect, whisper autodetect).

    Possibility of translation (argos-translate offline if language conversion is needed).

  5. 726    9  1
    3 days27 USD

    Hello! I have reviewed the project and am ready to start working. I am confident you will be satisfied with the result.

  6. Another 2 proposals concealed

Current freelance projects in the category AI & Machine Learning

Build a customer classification model

1. There is client data in Mongo/SQL (approximately 20,000 entries with raw data). 2. It is necessary to build features and a classification model of clients into behavioral groups based on this data. 3. The project should be completed in Python.

AI & Machine LearningPython ∙ 7 hours 7 minutes back ∙ 16 proposals

Integration of dental scanner modules into CRM

601 USD

We have developed a CRM system for interaction with dentists and laboratories. It is necessary to integrate services like iTero, Sirona, Medit, and others so that files are pulled automatically.

AI & Machine LearningJava ∙ 8 hours 52 minutes back ∙ 11 proposals

Create a team of AI agents

I want to create a team of AI agents that will help in everyday life, control business processes, analyze reports, etc.

AI & Machine Learning ∙ 11 hours 14 minutes back ∙ 17 proposals

IT Automation of VAT Reporting

223 USD

It is necessary to develop a system for automating the transfer of sales data from the CRM to the accounting system Wafeq. The system should import bank and payment reports, automatically reconcile payments with invoices, generate invoices for VAT reporting, and minimize manual…

AI & Machine LearningPython ∙ 12 hours 32 minutes back ∙ 28 proposals

Development of a sales AI agent for an online store on PrestaShop 1.6 with KeyCRM integration

We are looking for a developer or a small team to create an AI sales consultant for an online store of educational literature. The site runs on PrestaShop 1.6, CRM — KeyCRM. We need not an ordinary chatbot with ready-made answers, but an AI seller that will help the customer…

AI & Machine LearningOnline Stores & E-commerce ∙ 17 hours 46 minutes back ∙ 34 proposals

Client
Project published
1 year back
117 views
Tags
  • ffmpeg
  • nlp
  • python