Car Image Generator Program

Job ID: 40531742

Budget: $250 – $750 USD

I need a small program that reads a file I will supply—each record in it lists three specific car makes—and automatically produces a single JPEG that shows those exact three makes together. Body style (sedan, SUV, sports, etc.) is irrelevant; accuracy of the make is what matters.

Here is the flow I have in mind. The program takes my input file, fetches or renders the right vehicle images for every make on a line, arranges the three cars in one frame, then saves the finished composition as a high-quality JPEG. Each record in the file should result in its own JPEG, so if the file holds 20,000 combinations, I end up with 20,000 images.

The name of the image should be the one I will give you on the file

Deliverables
• Source code with clear instructions so I can run it again later.
• A sample run using my test file to show the output JPEGs are named and stored correctly.
• Any support assets (e.g., image libraries, pretrained models) packaged or documented for easy setup.

Acceptance criteria
• Every JPEG contains exactly three cars whose makes match the corresponding line in the input.
• Output resolution and background remain consistent across all files.
• Running the program on a fresh machine after following your README reproduces identical results.

Feel free to pick the language or imaging toolkit you’re most comfortable with—Python + PIL/OpenCV, JavaScript with Canvas, or another stack—as long as setup is straightforward.

I need to be able to to tell your program where I want the output images