Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/61130061/wepins
The prototype of the Web-services for Python AI model in NodeJS. Just show you how to run python on nodeJS website.
https://github.com/61130061/wepins
ai nodejs opencv python webapp
Last synced: 2 days ago
JSON representation
The prototype of the Web-services for Python AI model in NodeJS. Just show you how to run python on nodeJS website.
- Host: GitHub
- URL: https://github.com/61130061/wepins
- Owner: 61130061
- License: mit
- Created: 2020-07-05T18:19:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T06:02:03.000Z (almost 2 years ago)
- Last Synced: 2023-03-10T18:27:04.207Z (over 1 year ago)
- Topics: ai, nodejs, opencv, python, webapp
- Language: HTML
- Homepage:
- Size: 4.9 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WEPINS ![Build Status](https://travis-ci.org/joemccann/dillinger.svg?branch=master)
WEPINS is just the prototype of the Web-services for Python AI model in NodeJS. In this prototype, we use Yolo object detection to be the example of python processing.
![website](Doc/website.gif)
## Installation
I assume you have macOS Catalina 10.15.5 with [brew](https://brew.sh/) and [Python3.7.7](https://www.python.org/downloads/).Install Node.
```sh
$ brew update
$ brew install node
```Install Python library.
```sh
$ pip install numpy
$ pip install opencv-python
```
Clone the repository
```sh
$ git clone https://github.com/61130061/WEPINS.git
```
Then install the packages and run 'app.js'
```sh
$ npm install
$ node app.js
```## Using the web app
coming...## Tech
* [NodeJS](https://nodejs.org/) - evented I/O for the backend
* [ExpressJS](https://expressjs.com/)
* [python](https://www.python.org/downloads/) - AI processing
* [bootstrap](https://getbootstrap.com/) - Frontend UI## Future
* Upload image to NodeJS server via frontend html website.
* Run python file via NodeJS server.
* Show the output of the python file on the website.## License
MIT