enem-recommender

A personalized recommender system to study based on ENEM test results

https://github.com/lfares/enem-recommender

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (2.9%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

A personalized recommender system to study based on ENEM test results

Basic Info
  • Host: GitHub
  • Owner: lfares
  • Language: JavaScript
  • Default Branch: main
  • Size: 13.8 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed 11 months ago
Metadata Files
Readme Citation

README.md

Recommendation System for ENEM

A personalized recommender system to study based on ENEM test results

Public URL: https://dev.d1cntwz97jp7ba.amplifyapp.com/

Initial Setup

  1. Install dependencies brew install node npm install -g @aws-amplify/cli

  2. Initiate AWS Amplify

amplify init

  1. Setup Frontend configs

npx create-react-app npm install aws-amplify @aws-amplify/ui-react

  1. Setup DynamoDB storage

amplify add storage

  1. Push changes to AWS

amplify push

  1. Test UI locally

npm start

  1. Deploy the application

amplify add hosting amplify publish

Owner

  • Name: Lívia Fares
  • Login: lfares
  • Kind: user
  • Location: São Paulo
  • Company: Amazon Brazil

Software Engineer @ Amazon

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Fares"
  given-names: "Livia"
title: "Recommendation System for Mock Tests"
version: 2.0.4
date-released: 2024-11-27
url: "https://github.com/lfares/enem-recommender"

GitHub Events

Total
  • Push event: 1
  • Public event: 1
Last Year
  • Push event: 1
  • Public event: 1

Dependencies

amplify/backend/function/QuestionsExtraction/src/package-lock.json npm
  • 168 dependencies
amplify/backend/function/QuestionsExtraction/src/package.json npm
  • @aws-sdk/client-dynamodb ^3.188.0 development
  • @aws-sdk/lib-dynamodb ^3.188.0 development
  • @aws-sdk/smithy-client ^3.188.0 development
  • @aws-sdk/types ^3.188.0 development
  • @types/aws-lambda ^8.10.92 development
  • aws-serverless-express ^3.3.5
  • body-parser ^1.19.1
  • express ^4.17.2
amplify/backend/function/ResponsesBuild/src/package-lock.json npm
  • @types/aws-lambda 8.10.145 development
amplify/backend/function/ResponsesBuild/src/package.json npm
  • @types/aws-lambda ^8.10.92 development
package-lock.json npm
  • 1459 dependencies
package.json npm
  • @aws-amplify/ui-react ^6.5.5
  • @testing-library/jest-dom ^5.17.0
  • @testing-library/react ^13.4.0
  • @testing-library/user-event ^13.5.0
  • aws-amplify ^6.8.2
  • aws-sdk ^2.1692.0
  • react ^18.3.1
  • react-dom ^18.3.1
  • react-router-dom ^6.28.0
  • react-scripts ^5.0.1
  • web-vitals ^2.1.4