CSE 3310 (Mohammed Khan, John Shroff, Bawi Thang, Michaela Hay, Nicholas Soliz)
INSTALLING THE APP
REQUIREMENTS
- EXPO app on phone
- NPM installation https://www.npmjs.com/get-npm
- TextBlob library for python
- Praw Library for python
- Android Studio virtual device, if EXPO app is not available.
- Git
- Install Expo on your machine https://docs.expo.io/get-started/installation/
STEPS TO RUN THE APP
- After installing npm and Git run- git clone https://github.com/khanmo97/NatrualLanguageProcessing.git
- This step will install all the modules and libraries used by this project. BE SURE TO RUN THIS COMMAND IN THE FOLDER YOU APP.JS FILE IS IN run- npm install
- After installation is complete. run- npm start
- There will be an option to sign-in on your machine on expo on the command line. Please create an account or sign-in if you already have one.
- On your phone's expo app, login and take a photo of the QR code. The option to take a photo and link your machine to phone will be under projects page (bottom left)
- After that, click on the nlpProject and it should start.