novelicious is a web application Point-of-Sale (POS) system with recommender functionalities for novels and a question-answering system for their synopses.
(https://drive.google.com/file/d/1WonWZnQOWVe0nxv0PgVg9ueV3JqA0tfW/view?usp=sharing)
- Point-of-sale
- Question Answering (based on the novel synopsis)
- Novel Recommender System
- Cross platform // Responsive 😋
-
Laragon
-
NPM
-
Python >3.9
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
Client: ReactJS, TailwindCSS
Machine Learning: PyTorch, etc
Server: FastAPI