this post was submitted on 26 Nov 2023
1 points (100.0% liked)

Machine Learning

1 readers
1 users here now

Community Rules:

founded 11 months ago
MODERATORS
 

As a girl on the spectrum who wants to make an Ai like ChatGPT and lamma, I don't know how to make it appear on HTML!

top 8 comments
sorted by: hot top controversial new old
[–] kittwo@alien.top 1 points 10 months ago

Make it appear on HTML? As in you want to host an application thing?

[–] analRetirement@alien.top 1 points 10 months ago

Something tells me you might be looking for something like /r/Oobabooga/

Project on GitHub: https://github.com/oobabooga/text-generation-webui

I won’t hold your hand to install it but you can find plenty of guides. Good luck!

[–] Brodaparte@alien.top 1 points 10 months ago (1 children)

Tell ChatGPT you want to use Flask to use the openAI API to present a chat interface on a webpage, and to give you the requisite python and HTML code for it. You can then tinker with replacing the API with locally hosted models-- you'll probably need something like llama-2.

[–] Themcdonaldscar@alien.top 1 points 10 months ago (1 children)
[–] Brodaparte@alien.top 1 points 10 months ago

I'm not saying you use ChatGPT for the final product, just to help you set up the code. Once you have something working, replacing the API with another model becomes a considerably easier problem.

Flask is a Python backend for browser applications, and most of the language models are native to Python. If you want to display language model output in a browser, flask is a great starting point. I was suggesting having ChatGPT write your initial code as a starting point, not as the ultimate finished product, because that would solve specifically the problem you mentioned in your initial post--displaying LLM output on HTML.

I've actually done exactly this before for my own tinkering projects, so I know for sure it can be done.

[–] FernandoMM1220@alien.top 1 points 10 months ago

You have to start small. Start doing some coursera classes that are well structured.

[–] towcar@alien.top 1 points 10 months ago

As a girl on the spectrum

Both of these things don't matter in your journey to learn/solve this

I don't know how to make it appear on HTML!

Break down your problems in steps. Ask for help regarding the specific step you can't solve, and state what you've tried.

[–] Wheynelau@alien.top 1 points 10 months ago

Wait... Do u want to train a model or do you want to deploy it? I see you are a researcher so you probably have your own model? What is your native language, maybe state it so someone else can speak natively to you?