Skip to content

P2P marketplace for Rutgers students selling school items, furniture, housing, etc. -- Generated text embeddings using pretrained Hugging Face NLP transformers & implemented semantic search in the store and faq pages using vector cosine similarity -- Developed a KNN recommendation system

Notifications You must be signed in to change notification settings

nikhildagarwal/StudentX-Capstone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps to get Started:

1.) Create venv file by running the following:
Mac Instructions: python -m venv venv
Win Instructions: py -m venv .venv

2.) Activate the venv by running the following:
Mac Instructions: source venv/bin/activate
Win Instructions: .venv\Scripts\activate

3.) After you've activated the venv, you'll need to install the dependencies by running the following:
Mac Instructions: pip install -r requirements.txt
Win Instructions: pip install -r requirements.txt

4.) When the dependencies are done installing, can run the following to start the server:
Mac Instructions: flask run
Win Instructions: flask run

About

P2P marketplace for Rutgers students selling school items, furniture, housing, etc. -- Generated text embeddings using pretrained Hugging Face NLP transformers & implemented semantic search in the store and faq pages using vector cosine similarity -- Developed a KNN recommendation system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published