-
-
Notifications
You must be signed in to change notification settings - Fork 403
Open
Labels
ToDoTask to contribute/work onTask to contribute/work on
Description
Implement a minimalistic demo to run in the browser (localhost) that implements all the featues of the codeinterpreter api.
Maybe using streamlit or similar frameworks.
Metadata
Metadata
Assignees
Labels
ToDoTask to contribute/work onTask to contribute/work on
Projects
Milestone
Relationships
Development
Select code repository
Activity
Unique-Usman commentedon Jul 17, 2023
@shroominic I will like to work on this.
shroominic commentedon Jul 17, 2023
@Unique-Usman this would be great! Tell me if you need help
Unique-Usman commentedon Jul 17, 2023
Thanks, currently, there are only two working features right?
kindly provide details on that.
Thanks
shroominic commentedon Jul 17, 2023
what do you mean only two? I mean the code interpreter is working
Unique-Usman commentedon Jul 17, 2023
I am sorry. What I meant is that, I saw these features in the project description. Are we to include all this features in the demo?
Dataset Analysis, Stock Charting, Image Manipulation
Internet access and auto Python package installation
Input text + files -> Receive text + files
Conversation Memory: respond based on previous inputs
Run everything local except the OpenAI API (OpenOrca or others maybe soon)
Use CodeBox API for easy scaling in production (coming soon)
shroominic commentedon Jul 17, 2023
I mean the frontend should just give access to the local running API which automatically enables all the features.
So It needs to be a
Chat Conversation
withFile Input
andImage/File Output
.Unique-Usman commentedon Jul 17, 2023
Yeah, I got it.
It does not have to be streamlit right or is it the preferred frameworks?
shroominic commentedon Jul 17, 2023
I thought streamlit is easiest but in general I just dont want do add a full javascript project here so something simple and in python would be great!
Unique-Usman commentedon Jul 17, 2023
Ok then, will use streamlit
shroominic commentedon Jul 23, 2023
Frontend from @GitMarco27 got merged!
But I keep this open for improving on it so just drop your frontend errors and improvement ideas here :)
Unique-Usman commentedon Jul 23, 2023
Okay.