Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 348 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 348 Bytes

FishGPT Backend

FishGPT is an online chatbot built with ChatGPT that allows a user to simultaneously watch a fish and ask it questions to be answered! It uses computer vision to track the fish location in the tank to select a response and simulate different fish emotions and mood.

To run the server:

npm install
npm run build
npm start