Chat based VQA
Currrent features: You can chat with VQA. Chats are stored in local. So each new session, the progress will be restored, including images. Clear history clears the entire chat.
Upcoming features:
Memory - saves above chats for the current prompt.
PostgreSQL - SQL integration for login/signup.
Internet search - Integrate searching internet as a tool to make the agent based on the news information.
Open two terminals
1 - go to src directory and run: uvicorn main:app --reload
2 - npm install npm run dev