Skip to content

To build an efficient review summary engine that generates concise summaries and insightful feedback from customer reviews.

Notifications You must be signed in to change notification settings

UnderGoldSkies/RevuSum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RevuSum

directory

├── Dockerfile
├── Makefile
├── Notebook
│   └── CNN.ipynb
├── README.md
├── back_end
│   ├── __init__.py
│   ├── api
│   │   ├── __init__.py
│   │   └── fast.py
│   ├── interface
│   │   ├── __init__.py
│   │   ├── main.py
│   │   └── workflow.py
│   ├── ml_logic
│   │   ├── __init__.py
│   │   ├── data.py
│   │   ├── encoders.py
│   │   ├── model.py
│   │   ├── preprocessor.py
│   │   └── registry.py
│   ├── params.py
│   └── utils.py
├── data
│   ├── Hotel_Reviews.csv
│   └── Hotel_Reviews_clean.csv
├── requirements.txt
└── setup.py

About

To build an efficient review summary engine that generates concise summaries and insightful feedback from customer reviews.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •