https://github.com/nodeninjar/pic-seek-ai-client
https://github.com/nodeninjar/pic-seek-ai-client
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nodeninjar/pic-seek-ai-client
- Owner: nodeNINJAr
- Created: 2025-02-06T22:34:59.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-03-22T20:03:02.000Z (3 months ago)
- Last Synced: 2025-03-22T21:19:08.768Z (3 months ago)
- Language: JavaScript
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PIC-SEEK-AI
---
Pick-Seek is an advanced AI-powered tool that can generate images, analyze images, and provide contextual replies and comments based on specific image content. It leverages cutting-edge AI models to process visual data efficiently and interact seamlessly with users.
---
## Features
- **Image Generation**: Create high-quality images based on textual prompts.
- **Image Analysis**: Detect objects, scenes, and key elements within an image.
- **Contextual Replies**: Provide meaningful responses based on an image's context.
- **Commenting System**: Offer AI-driven comments and insights on images.---
## Let's Collaborate 😎
### 1. Clone This Project
```bash
git clone https://github.com/ferdouszihad/pic-seek-template.git
```### 2. Install all Dependencies
```bash
npm i
```### 3. Create Firebase Project & Initialize Web App
- Let's Create a Firebase Project with https://firebase.google.com/
- Initialize your Web App
- Turn on Google Authentication
- Copy The Firebase Cionfig Credentials### 4. Create .env and Add your Firebase Credentials
```bash
VITE_apiKey=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
VITE_authDomain=xxxxxxxxxxxxxxxxxxxxxxxxxxx
VITE_projectId=xxxxxxxxxxxxxxxxxxxxxxxxxxxx
VITE_storageBucket=xxxxxxxxxxxxxxxxxxxxxxxx
VITE_messagingSenderId=xxxxxxxxxxxxxxxxxxxx
VITE_appId=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
```### DONE. LET'S CODE ✅✅