Skip to content

thecodeblood/Customer-Purchase-Intention

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Customer-Purchase-Intention

Website Result

Installing Project Dependencies

  • To install all the project dependencies use the following syntax given below on command prompt of Windows

    pip install -r /path/to/requirements.txt

  • Use the following syntax to import textblob corpora: python -m textblob.download_corpora
  • Open Python terminal on windows command promt and install nltk following library:

    import nltk

    nltk.download('stopwords')

    exit()

  • All required dependencies are installed now.

Running the Website on Local Host.

  • Windows Commmand Prompt(cmd) Navigate to folder where you cloned the repo.
  • Run command "Scripts\activate" to activate the virtual environment
  • Now Navigate to Website folder using "cd Website" command.
  • Finally execute "python manage.py runserver" to run the server.
  • Website is running now on localhost

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •