Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 750 Bytes

README.md

File metadata and controls

34 lines (28 loc) · 750 Bytes

Candor

Video Demo

https://drive.google.com/file/d/1mmi2WwLdmpJzqfnF1eDw4pKpisylRdrn/view?usp=sharing

Tech Stack:

  • Flask
  • Python
  • MongoDB
  • JavaScript

Core Skills Extraction & Matching Algorithm:

  • Word2Vec
  • Clustering

How to run:

  1. Go to db folder
  2. Run startup.sh to start MongoDB
  3. Go back to root directory
  4. Run run.py to start server

How to run on Windows:

  1. Go to your MongoDB bin folder: C:\Program Files\MongoDB\Server\4.0\bin
  2. Run mongod --port 27017 --dbpath [tally data path] where your tally data path should be something like: C:/code/tALLy/db/data
  3. In a new terminal window, go to root tally directory
  4. Run python run.py

The Team

@yhu44 -- @cjmoncaliano -- @rguo123 -- @daya-lu -- @Frank-Miao20