CMU-313 / spring23-nodebb-team-a1

spring23-nodebb-team-a1 created by GitHub Classroom
GNU General Public License v3.0
5 stars 2 forks source link

Ml integration #34

Closed bradywales closed 1 year ago

bradywales commented 1 year ago

This should have everything for the working ML integration.

New modules: axios

Requires python library: flask and flask_cors

To run, you must have an active Python webserver running, Use the command: python predict.py To activate it within the career-model folder.

The address is initially localhost:5000/career_request, but if necessary, you can change it in the file /src/controllers/write/career.js

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 4673300060


Changes Missing Coverage Covered Lines Changed/Added Lines %
public/src/modules/helpers.common.js 0 3 0.0%
src/user/career.js 6 15 40.0%
src/controllers/career.js 2 13 15.38%
src/controllers/write/career.js 6 21 28.57%
<!-- Total: 24 62 38.71% -->
Files with Coverage Reduction New Missed Lines %
src/controllers/career.js 1 20.0%
src/groups/join.js 1 92.05%
<!-- Total: 2 -->
Totals Coverage Status
Change from base Build 4614379368: -0.1%
Covered Lines: 22610
Relevant Lines: 25405

💛 - Coveralls