Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adithej/image-wordy
💬 AI Chatbot for image and text analysis  Â
https://github.com/adithej/image-wordy
mongodb nodejs openapi reactjs tailwindcss tesseractjs typescript
Last synced: about 1 month ago
JSON representation
💬 AI Chatbot for image and text analysis  Â
- Host: GitHub
- URL: https://github.com/adithej/image-wordy
- Owner: adithej
- Created: 2024-07-22T16:41:23.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-06T12:13:46.000Z (2 months ago)
- Last Synced: 2024-10-14T05:01:32.551Z (about 1 month ago)
- Topics: mongodb, nodejs, openapi, reactjs, tailwindcss, tesseractjs, typescript
- Language: TypeScript
- Homepage: https://image-wordy-1.onrender.com
- Size: 8.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image Wordy - MERN Stack Chatbot for Image and Text Analysis
## Build with React+TypeScipt.js , Node+Express.js, MongoDB, Tesseract.js, OpenAI API.
Go to: [Image Wordy](https://image-wordy-1.onrender.com) and login with the following credentials:
```
email : [email protected]
password : 123456```
### UI credits: Aceternity UI
_Image Wordy is a simple chatbot that can take an image and text as input, and analyze the text using
OCR to recognize and extract the content from the image and have analysis using it._### Landing Page:
### Signup Page:
### Login Page:
### Home Page:
### Not Found Page:
## Run Locally
clone the repo:
```
git clone https://github.com/Adithej/image-wordy.git
```Go to Project Directory:
```
cd image-wordy
```Install dependencies for both client and server:
client :
```
cd client
npm install```
server :
```
cd server
```Create `.env` file at the root of the server directory.
Copy the contents from`.env.example` to `.env` Add your secret values to `.env` , OPEN-AI API key , MONGO_DB Atlas URL and password, your own secret
Cookie and JWT random string values.```
npm install
```Start both client and server:
/image-wordy/client :
```
npm run dev
```/image-wordy/server :
```
npm run dev
```Use the testImages at the `TestImages` directory on the root level, or use your English textual images to try out and get insights.