Skip to content

Latest commit

 

History

History
63 lines (38 loc) · 1.15 KB

README.md

File metadata and controls

63 lines (38 loc) · 1.15 KB

novelicious.

novelicious is a web application Point-of-Sale (POS) system with recommender functionalities for novels and a question-answering system for their synopses.

Demo Video

(https://drive.google.com/file/d/1WonWZnQOWVe0nxv0PgVg9ueV3JqA0tfW/view?usp=sharing)

Features

  • Point-of-sale
  • Question Answering (based on the novel synopsis)
  • Novel Recommender System
  • Cross platform // Responsive 😋

Requirements

  • Laragon

  • NPM

  • Python >3.9

Installation

To run this project:

Install dependencies

  npm install

Uvicorn is needed to run the api.

Set up your api on your local server change the env files based on your database configuration.

Install the requirement for python and run this:

uvicorn main:app --reload

Start the server

  npm run dev

Tech Stack

Client: ReactJS, TailwindCSS

Machine Learning: PyTorch, etc

Server: FastAPI

Authors