Skip to content

sorayaForward/Semantic-Content-Based-Document-Recommender-System

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

A documents recommendation system based on DistilBERT vectors and Cosine similarity

homePage

Preparing the environment

to run this app, open terminal or cmd and do as follow :

git clone https://github.com/nourhanekefsi/project-nlp.git

pip install -r requirements.txt

Ensure the following Python libraries are installed:
FastAPI
nltk
matplotlib
wordcloud
scikit-learn
pandas
numpy ...

Run the app

1st of all in the terminal run

cd project-nlp/backend/APIs

uvicorn main:app --reload

open another tab of terminal

cd project-nlp/frontend

npm install

npm start

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 97.3%
  • Python 1.4%
  • JavaScript 1.2%
  • Other 0.1%