Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
2
2020_21 J-25
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
2020_21 J-25
2020_21 J-25
Commits
6ac61297
Commit
6ac61297
authored
Jul 09, 2021
by
Ramachandran Rajeevaletshanth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
2ffda945
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
1 deletion
+17
-1
README.md
README.md
+17
-1
No files found.
README.md
View file @
6ac61297
...
...
@@ -97,7 +97,7 @@ python3
6.
To generate historgram, run
`python3 histogram-finder.py`
7.
Run
`python3 corpus-builder.py`
, to generate final corpus
8.
Run
`python3 gensim-w2v.py`
, to embedd the model
8
.
Run
`python3 ranker.py`
, to get the rankins with test data
9
.
Run
`python3 ranker.py`
, to get the rankins with test data
...
...
@@ -107,3 +107,19 @@ steps
1.
Get twitter tweets
2.
Run personality_predictor.py
# Rank applicants based on CV details and Personality Traits using tweets - IT17163682
Steps
1.
Run
`upload.py`
to upload CVs'
2.
Upload CVs' in the web page
3.
Terminal :
```
>>> import nltk
>>> nltk.download('stopwords')
>>> nltk.download('punkt')
>>> nltk.download('averaged_perceptron_tagger')
>>> nltk.download('maxent_ne_chunker')
>>> nltk.download('words')
```
4.
Run
`Main.py`
to Rank all the applicants
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment