https://github.com/jocelynvelarde/kiavision
Project for GPT-4 Powered App Creation and Evals Hackathon
https://github.com/jocelynvelarde/kiavision
assistant-chat-bots gpt-4 openai streamlit trulens vision-api
Last synced: 8 months ago
JSON representation
Project for GPT-4 Powered App Creation and Evals Hackathon
- Host: GitHub
- URL: https://github.com/jocelynvelarde/kiavision
- Owner: JocelynVelarde
- License: mit
- Created: 2024-02-18T23:41:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-23T15:54:37.000Z (over 1 year ago)
- Last Synced: 2025-01-07T17:17:19.624Z (10 months ago)
- Topics: assistant-chat-bots, gpt-4, openai, streamlit, trulens, vision-api
- Language: Python
- Homepage:
- Size: 304 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# KiaVision: Real time problem solving assistant 🤖
Could you imagine your own personal mechanic, ready when you actually need it? Kia Vision AI is here. Snap a pic, tell us about your problem, and you'll get an answer instantly. The expertise you need, whenever you need it.

## Authors
- [@JocelynVelarde](https://github.com/JocelynVelarde)
- [@Diego785xd](https://github.com/Diego785xd)
- [@Realex78](https://github.com/Realex78)
## Features
- Uses a trained LLM to solve specific issues regarding a model car type
- Implements vision models to interpret images
- Uses TruLens to receive model feedback
- Light and Dark mode enabled
- Available in all devices
## Structure
```bash
streamlit_app
├─ home.py
├─ .streamlit
│ └─ secrets.toml
├─ algorithms
├─ api
├─ assets
│ └─ files
│ └─ images
├─ pages
│ └─ report_bug.py
│ └─ get started.py
│ └─ route.py
└─ requirements.txt
```
## Tools
- OpenAI API
- Streamlit
- TruLends
I
Deployed with: Streamlit Cloud
## Demo
[YouTube](https://www.youtube.com/watch?v=21Sfghj9dFo)
## License
[MIT](https://choosealicense.com/licenses/mit/)