Skip to content

Morgan-Swanson/StudentGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StudentGenerator

Goals

  • Generate a statistically accurate computer science student
  • Produce a natural language biography of the student
  • Simulates their educational development and skills
  • Generate a complete resume of the student

How to Generate Students

Javascript code to run student generator

const spawn = require("child_process").spawn;
const pythonProcess = spawn('python',["student.py", number_of_students]);
pythonProcess.stdout.on('data', (data) => {
    // Do something with the data returned from python script
});

About

My first NLP project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published