Skip to content

rjmacarthy/MiniGPT-4-ui

 
 

Repository files navigation

MiniGPT-4-ui

This is a fork of https://github.com/Vision-CAIR/MiniGPT-4 which also provides a simple ui and API.

image

Usage

Images are saved to a psql database see minigpt4/database/repository.py for the connection details.

Follow all instructions to setup MiniGPT-4 on the official repository linked above.

Run the server:

python api.py

Start the ui:

cd ui
npm start

Changes

The main changes from the original repository are the ui folder, the api.py file, the database folder and the minigpt4/service/minigpt4_service.py file. The rest is just refactoring and code clean up.

About

MiniGPT-4-ui a fork with an api and a ui.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 93.5%
  • JavaScript 5.8%
  • Other 0.7%