https://github.com/quiet-node/csc-365-fullstack-app-i
🌱 Version 1.0 is a full-stack web application that works like a search engine which will find the similar and relevant businesses (in a json dataset from Yelp) based on user's inputs using Cosine Similarity Metric.
https://github.com/quiet-node/csc-365-fullstack-app-i
cosine-similarity docker full-stack java jpa material-ui mysql react search-engine spring-boot suny-osweg tailwindcss typescript
Last synced: 9 days ago
JSON representation
🌱 Version 1.0 is a full-stack web application that works like a search engine which will find the similar and relevant businesses (in a json dataset from Yelp) based on user's inputs using Cosine Similarity Metric.
- Host: GitHub
- URL: https://github.com/quiet-node/csc-365-fullstack-app-i
- Owner: quiet-node
- Created: 2022-02-24T18:06:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T06:43:42.000Z (over 3 years ago)
- Last Synced: 2024-05-29T17:23:10.096Z (about 2 years ago)
- Topics: cosine-similarity, docker, full-stack, java, jpa, material-ui, mysql, react, search-engine, spring-boot, suny-osweg, tailwindcss, typescript
- Language: Java
- Homepage:
- Size: 3.21 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSC-365 fullstack app
## Overview
- Visit extended versions here at [CSC-365-fullstack-app 2.0](https://github.com/lgad31vn/CSC-365-fullstack-app-II) and [CSC-365-fullstack-app 3.0](https://github.com/lgad31vn/CSC-365-fullstack-app-III)
- Version 1.0 is a full-stack web application that works like a _search engine_ which will find the similar and relevant businesses (in a json dataset from Yelp) based on user's inputs using Cosine Similarity Metric.
### Project Showcase
https://user-images.githubusercontent.com/66233296/155579965-f9aaa7d7-7820-4018-808b-f5c8eec24f3a.mov
## Technologies
### Backend -- Engine/Server
- Java Springboot
- Customized HashTable
- Cosine Similarity
- MySql Database
- Docker
### Frontend -- Client
- Vite/React--TypeScript
- Tailwindcss
- Material-UI
### Dataset source
- yelp_dataset_business.json at [Yelp Dataset](https://www.yelp.com/dataset)