Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/riyamathew-11/descrypt
- Owner: RiyaMathew-11
- License: mit
- Created: 2023-02-23T03:43:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-17T18:35:21.000Z (5 months ago)
- Last Synced: 2024-08-18T18:54:00.456Z (5 months ago)
- Language: JavaScript
- Size: 17.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`