Capstone Project
Application that gives non-IoT objects, an identity and an interface to connect to the Internet.
- Install Android Studio
- Install Visual Studio
- Install OpenCV 3.2.0 with extra modules
- Import Project in Android Studio
- Build APK
- Import Object Detection in Visual Studio
- Build Binary using Linux or Visual Studio.
g++ ImageSURFDetection.cpp -o app `pkg-config --cflags --libs opencv`- Deploy the file on server.
- Install PostgresSQL
- Make user
- Install Redis Server
- Install NodeJS
- Install Solr
- Create a solr core using command: bin/solr create -c glat
- Run this in terminal: git clone https://github.com/glear14195/glat (in this case code present on CD)
- Run: npm install
- copy lib/config.sample to lib/config.js and change values according to postgres details.
- Run all SQL statements in release/prefetch.sql by logging into postgres using the command: psql -h localhost -U 'username' -d 'database_name'
- Run: node one_time/solr_index.js
- Run: node try1.js &
- Run: node kuejobs.js &
Note: Step by step can be found at GitHub