Hello, I designed feature for chatGPT that allows user to upload files using Figma. No code, it's just a concept from me. A huge discord inspiration.
You can see full project here : https://www.behance.net/gallery/165523425/What-if-chatGPT-had-file-upload-feature-UI-Design
Thanks, feedback appreciated!
#File Upload feature for chatGPT
11 messages · Page 1 of 1 (latest)
Does it really work
for pdfs with text content or code/text files this makes sense but how the image part work? :S
@solid zodiac hi no, it's just an ui design. Basically if chatGpt had option of uploading files it can be look like this.
@compact sonnet yes 😅
I don't have enough knowledge about ML and Ai, but if they added this option it would be awesome.
I also wanted to show, audio file upload option and we can give prompt such as "can you give me lyrics from this song?"
Or
"can you guess the tempo of this song?"
ok
it's for sure possible but,
you'd have to involve multiple AI's here, you could do something like on image upload you send the image to an AI that can describe the image, and then under the hood replace the picture with [image depicting: ...].
you'd have to do the same for audio, send it to both an AI that can transcribe speech to text, ask an AI if it makes sense (e.g. if you're transcribing a song without lyrics it'll just give you weird nonsense text) AND another service that can detect BPM, and then under the hood replace the uploaded audio with [XXXbpm rhythm audio with the speech: ...] and then send that to something like ChatGPT.
I think the easiest MVP would accept files that can be handled as text, along with some very well engineered prompts for chunking and context.
For example, being able to upload a HTML file like some sports website and ask for a selenium script for scraping team names and scores or whatever.
Yeah that would be the easiest implementation. Programming languages and plain TXTs. Also it isn't that hard to convert things like word documents and PDFs to plain text documents so ChatGPT could read it.