Skip to content

DeepLearningHeroes/GENIE-Flask-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GENIE-Flask-Backend

To create a new requirements.txt file -

pip freeze > requirements.txt

To setup locally -

Run -

  1. pip install -r requirements.txt
  2. .venv\Scripts\activate
  3. pymon app.py
  4. **If pymon keeps on restarting the server, then use -> python app.py

Todo

  • Write a check to see if a url exists for a keyword or not, can be simply done by checking whether the soup contains the title {keyword} Internships or Total Internships
  • Add text cleaner from raser repository to clean resume and job data
  • Add ML Model
  • Add API calls
  • Remove hard coded values for keywords
  • Push user data to mongodb collection
  • to check for max pages check in soup if 1/3 or 2/3 exists at the bottom of the page