Skip to content

RiyaMathew-11/descrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

descrypt

A neural based descriptive answer evaluator

Try it out:

  1. Start a virtual environment for backend.

    cd descrypt-backend

    • Create a Python Virtual Environment here:

      • Ubuntu - python3 -m venv ./venv
      • macOS - python3 -m venv ./venv
      • Windows - C:\> python3 -m venv ./venv
    • Activate the virtual environment

      • Ubuntu - source ./venv/bin/activate
      • macOS - source ./venv/bin/activate
      • Windows - C:\> .\venv\Scripts\activate
  2. Install dependencies

    • pip install -r requirements.txt
  3. Start backend server

    • python3 main.py
  4. Install dependencies for frontend

    • cd ..

    • npm i

  5. Start server

    • npm start

About

A neural based descriptive answer evaluator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors