Skip to content

ashwin-gangadhar-mdb/mdb-ecomm-recsys-chatapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

Before running the app, you'll need to have the following installed on your system:

  • Python 3
  • pip3

Deploy the Backend Service

  • Clone this repository to your local machine.

    git clone [email protected]:ashwin-gangadhar-mdb/mdb-cflt-chatapp.git
  • Install the project dependencies using pip

    pip3 install -r req.txt
    
  • Update the MongoDB Connection String and OpenAI API KEY.

    • vi .env.dev
    • mv .env.dev .env
  • Run the Python code.

    python3 backend/run.py
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages