Poster | Thread |
wajdy
|  |
AI coded Amiga Apps Posted on 12-Sep-2023 21:48:56
| | [ #1 ] |
|
|
 |
Regular Member  |
Joined: 27-Oct-2006 Posts: 191
From: Amigania | | |
|
| With basic Python skills, I could create Windows Tkinter / (also pyqt) application which does the following:
- Converting multiple files (images, word, excel, text, pdf) merging them into 1 pdf - Converting from PDF to images - Converting to Word - Splitting PDF to multiple PDF files - Optimizing PDF based on desired level
It took me 1 day ! I used ChatGPT 4 and 3.5
Question is: Anybody tried doing the same for AmigaOS compatible apps?
|
|
Status: Offline |
|
|
amigang
|  |
Re: AI coded Amiga Apps Posted on 12-Sep-2023 21:56:34
| | [ #2 ] |
|
|
 |
Super Member  |
Joined: 12-Jan-2005 Posts: 1979
From: Cheshire, England | | |
|
| @wajdy
Its pretty good at spitting out simple commands, and it has given me ideas of what the correct command/programming line could be, but i have notice it’s a bit more generic code than Amiga base code, so ie you still basically have to know what your doing, and I’m not the best programmer. But I could see if you already know your stuff it could speed up your work. _________________ AmigaNG, YouTube, LeaveReality Studio |
|
Status: Offline |
|
|
wajdy
|  |
Re: AI coded Amiga Apps Posted on 12-Sep-2023 22:11:10
| | [ #3 ] |
|
|
 |
Regular Member  |
Joined: 27-Oct-2006 Posts: 191
From: Amigania | | |
|
| In my case (and Compared to Bard) I am shockingly able to generate code that is much more specific. BTW: I used libraries like CV, Tkinter, PyMuPDF and PyPDF2 ...etc
In AmigaOS case, I think not enough code available for training.
|
|
Status: Offline |
|
|
toRus
|  |
Re: AI coded Amiga Apps Posted on 17-Sep-2023 13:26:14
| | [ #4 ] |
|
|
 |
Regular Member  |
Joined: 10-Mar-2003 Posts: 210
From: Unknown | | |
|
| I doubt GPT or Bard are smart enough to write native Amiga code.
|
|
Status: Offline |
|
|
kolla
|  |
Re: AI coded Amiga Apps Posted on 18-Sep-2023 3:56:36
| | [ #5 ] |
|
|
 |
Elite Member  |
Joined: 21-Aug-2003 Posts: 2601
From: Trondheim, Norway | | |
|
| I’ve successfully consulted with chatgippity when writing arexx. _________________ B5D6A1D019D5D45BCC56F4782AC220D8B3E2A6CC |
|
Status: Offline |
|
|
wajdy
|  |
Re: AI coded Amiga Apps Posted on 22-Sep-2023 21:53:09
| | [ #6 ] |
|
|
 |
Regular Member  |
Joined: 27-Oct-2006 Posts: 191
From: Amigania | | |
|
| @kolla
This is interesting, which means there is more arexx public code than native Amiga.
I tried ChatGPT4 to create Tic-Tac board game, guess what: Lots of Place Holders to fill in, lots of assumptions
If there was up-to-date python 3.11 available for Amiga, it would be easy task
Wajdy |
|
Status: Offline |
|
|