Manikantha Sekhar

Results 33 comments of Manikantha Sekhar

@vkosuri hi this is my code from flask import Flask, render_template, request from chatterbot import ChatBot from chatterbot.trainers import ChatterBotCorpusTrainer app = Flask(__name__) english_bot = ChatBot("Chatterbot", storage_adapter="chatterbot.storage.SQLStorageAdapter") english_bot.set_trainer(ChatterBotCorpusTrainer) english_bot.train("./data") @app.route("/")...

Hi every one while i am saving the chat data into a yml file i failed to save the url data how can i save that data in then yml...

@OmkarPathak , yeah sure, actually I was uploading the file from the flask frame work this is app.py ```python app = Flask(__name__) @app.route('/') def home(): return render_template('index.html') @app.route('/dict_output',methods = ['POST'])...

@OmkarPathak , bellow you can find app.py and html code screen shots **app.py** ![app py screen shot](https://user-images.githubusercontent.com/37180858/77282245-670b5180-6cef-11ea-84df-86b03ccbeaf8.png) **html.py** ![html screen shot](https://user-images.githubusercontent.com/37180858/77282293-86a27a00-6cef-11ea-83e3-6e394d7828c7.png) Thanks and Regards, Manikantha Sekhar...

Hi @OmkarPathak , I am using ResumeParser library to extract the information from the resume some of the resumes i am getting the total experience and experience and skills ,...

Hi @OmkarPathak , my question is i am using flask framework and and working on the same task i.e., resume filtering actually i wrote an API that expalin how the...

Thank you @OmkarPathak for your response let me check and i will let you know if any error Thanks and Regards, Manikantha Sekhar..

Hi @OmkarPathak , while writing pdfFileObj = open(resume_file, 'rb') this line getting an error TypeError: stat: path should be string, bytes, os.PathLike or integer, not FileStorage how to rectify it...

> Hi @OmkarPathak , > I am using ResumeParser library to extract the information from the resume some of the resumes i am getting the total experience and experience and...