Skip to content

jennydo/peacepod-matching-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Thanh's note:

To be able to run python repo locally

Create a virtual environment: This is the recommended approach. It isolates your project dependencies from the system Python.

python3 -m venv env
source env/bin/activate

After activating the virtual environment, your terminal prompt should change to indicate that the virtual environment is active.

Install packages in the virtual environment: Once the virtual environment is activated, you can install packages without the externally-managed-environment error:

pip install pymongo Flask pandas scikit-learn

Start to run repo

python3 main.py

To stop running python system

deactivate

About

Matching model for Chat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages