Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/riyamathew-11/descrypt

A neural based descriptive answer evaluator
https://github.com/riyamathew-11/descrypt

Last synced: about 1 month ago
JSON representation

A neural based descriptive answer evaluator

Awesome Lists containing this project

README

        

# 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`