Manikantha Sekhar

Results 34 comments of Manikantha Sekhar

@OmkarPathak okay how to train the model is their any training process in existing code and also i was unable to print the data from the some other functions which...

Hi @OmkarPathak , I had done training process like , **(my_resume_pyresparser) manikantha@Manikantha-PC:~/Downloads/pyresparser/pyresparser$ python custom_train.py** Created blank 'en' model Creating new pipe Starting iteration 0 Losses {'ner': 83948.83401187272} Starting iteration 1...

Hi @OmkarPathak actually i used pyresparser to extract the Resume and get the data from that though i am getting the all required data like name, email, mobile_number, education(degree) designation,...

> Hi @OmkarPathak , > I had done training process like , > **(my_resume_pyresparser) manikantha@Manikantha-PC:~/Downloads/pyresparser/pyresparser$ python custom_train.py** > Created blank 'en' model > Creating new pipe > Starting iteration 0...

Hi @OmkarPathak , How can i link the train and test to this folder to get the accurate experience of the candidate in the resume and display in the browser...

@OmkarPathak , https://github.com/OmkarPathak/pyresparser how can i test these code through UI to get the result as like your previous code in https://github.com/OmkarPathak/ResumeParser/ to get the experience and company names....

Hi @OmkarPathak , Actually i am developing a module to match the job description we have to get the matched resume and also matches the experience though for that i...

Hi ``` sdk.web/webhook/rtm package instead. For more info, go to https://slack.dev/python-slack-sdk/v3-migration/ warnings.warn(message) * Serving Flask app 'slack_bot' (lazy loading) * Environment: production WARNING: This is a development server. Do not...

Hi @joebeeson @himynameschris @spapadias @sushmit86 @chris-ratcliffe from pyspark.sql import SparkSession import findspark import jaydebeapi findspark.add_packages('mysql:mysql-connector-java:8.0.22') spark = SparkSession.builder.appName('local').getOrCreate() connection_String = 'jdbc:mysql://localhost:3306/employee?allowPublicKeyRetrieval=true&useSSL=false' jdbc_driver_name='com.mysql.jdbc.Driver' jarFile='C:\\spark-2.3.4\\jars\\mysql-connector-java:8.0.22.jar' username='admin' password='admin123' conn = jaydebeapi.connect(jclassname=jdbc_driver_name, url=connection_String, driver_args={'user':...

Hi @juharris , Thanks for reply actually i am also searching for automatic generation of questions and answers from the given document so can you help in this point ......