neokd / NeoGPT

Chat effortlessly, execute commands, and interpret code with Llama3, Phi3, and more - your local AI assistant. Enjoy seamless interaction while ensuring ultimate privacy
https://neogpt.dev
MIT License
68 stars 60 forks source link

Adding Gradio Support for UI #103

Closed neokd closed 7 months ago

neokd commented 7 months ago

I am seeking to integrate Gradio into our project to create a user-friendly interface for running machine learning models. Gradio simplifies UI development and can be easily incorporated into the project.

savyez commented 7 months ago

what are we seeking here? I mean are we seeking to integrate the gradio chat Interface?

neokd commented 7 months ago

@savyez yes as an alternative to the streamlit one.

savyez commented 7 months ago

@neokd is there any specific advantage of integrating gradio to this model? streamlit support seems ok to me. 🤔

neokd commented 7 months ago

@savyez Streamlit looks very good but just had a thought of integrating another UI like gradio or chainlit something like that. You can check Discord

savyez commented 7 months ago

@neokd I would suggest we wait till issue #104 is solved. after that adding gradio to the updated ui.py would be a good thing. what are your thoughts?

neokd commented 7 months ago

Yeah. I thought about gradio. Streamlit looks fine and have good support with a decent UI. So for now we can stick to streamlit and then add support for gradio too

neokd commented 7 months ago

Closing this issue since i think we can develop better with streamlit itself