https://github.com/meopbk/gui_ai
A Python GUI to connect to remote and local API, allowing simple switch between AI Models. It also implements features like web search, memory limited context, file recognition and analysis... Co-creator: @iacopPBK
https://github.com/meopbk/gui_ai
api api-client api-gateway api-server deepseek-r1 deepseek-v3 gtp gtp-4 gui mistral-7b ollama openai python python3 requests
Last synced: about 2 months ago
JSON representation
A Python GUI to connect to remote and local API, allowing simple switch between AI Models. It also implements features like web search, memory limited context, file recognition and analysis... Co-creator: @iacopPBK
- Host: GitHub
- URL: https://github.com/meopbk/gui_ai
- Owner: MeoPBK
- Created: 2025-02-25T18:28:43.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-16T10:38:16.000Z (2 months ago)
- Last Synced: 2025-04-09T16:14:51.949Z (about 2 months ago)
- Topics: api, api-client, api-gateway, api-server, deepseek-r1, deepseek-v3, gtp, gtp-4, gui, mistral-7b, ollama, openai, python, python3, requests
- Language: Python
- Homepage: https://gui-ai.vercel.app
- Size: 1.55 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GUI_AI
A Python GUI to connect to remote and local API, allowing simple switch between AI Models. It also implements features like web search, memory limited context, file recognition and analysis... Co-creator: @iacopPBK
FEATURES:
- local and remote LLMs connection through API and IP address
- unified Environment and Functions for several models
- smart chat context extraction, filtering and management (with Transformers and/or ML methods)
- possibility to switch between role- and non-role-based AI communication for the desired case scenario.
- smart web search, context extraction and web search trigger using ML algorithms and transformers.
- possibility to use various API web engines
- web search support from topic specific webpages
- possibility to use repositories such as ollama and hugging-face, unified environment
- multi-chat GUI, enabling various conversations from various models simultaneously.
- possibility to transfer the saved chat context from one model to another
- refined research with different models interconnectivity and interaction.