Skip to content

ChamaliVishmani/Recommadation_mongodb_with_fastapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recommendation System

Recommended to be used with PyCharm IDE.

Run below in the terminal to install the requirements and start the service:

# Install the requirements:
pip install -r requirements.txt

# Start the service:
uvicorn app:app --reload

Now you can load http://localhost:8000/docs in your browser ... but there won't be much to see until you've inserted some data.

You can test with,

existing_profile = "64315d86362c27c707fe155c"

new_profile = "64315d86362c27c707fe152z"

sentiment = "The restaurant provided updates on the status of our order, which was very helpful."

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages