Project structure of: Charmve/gpt-eyes
gpt-eyes
App built with React, Vision AI for object recognition and Q/A.
package.json
React app package.json with dependencies, scripts, and config.
README.md
Vision AI app identifies objects, searches web, answers questions.
src
Application logic, UI styles, events, imports, web vitals.
App.css
UI styles for elements, flexbox, animations, button effects.
App.js
App.js: Imports, handles events, renders image/video, captures or predicts, analyses, interacts with GPT.
controller
Controller module for application logic
gpt.js
Create OpenAIApi instance, completion with model "text-davinci-003" and stop sequence.
ImageAnalyser.js
Image classifier and object detector using TensorFlow and MobileNet.
index.css
CSS styles for body and code elements, defining fonts, margins, text smoothing.
index.js
Index.js - React, libraries, styles, 'App' in strict mode, web vitals.
reportWebVitals.js
Report web vitals metrics using dynamic import.