Skip to content

MainProject BScCS- Fraud app detection Using Semntimental Analysis(ML)

Notifications You must be signed in to change notification settings

rakeshhhhh/FraudappDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crete a new project python and paste the following code inside the folder



Do pip install the libraries mentioned in requirements file

Admin login is admin,admin
all users have email id as username and 1234 as password

after installing nltk open python console and type

import nltk
nltk.download('punkt')
nltk.download('averaged_perceptron_tagger')
nltk.download('stopwords')
nltk.download('wordnet')
nltk.download('omw-1.4')