Anshul Verma
Anshul Verma
Can we get a link for the dataset? or any other source which can help for resumes?
Updated the pip installation file "requirement.txt". How I checked ? 1. Created the new venv with the new requirment.txt file 2. run the command "python quick_start.py" and that task was...
Im not able to use my GPU ! what could be the possible reason or solution ? 1. I created the virtual pip environment(not conda env) 2. ` pip install...
## code from django.db import connection import pandas as pd session = connection.cursor() print(pd.DataFrame(session.execute("SELECT * FROM weldcalculation LIMIT 1")[:]).shape) print("This runs fine !") print(session , type(session)) print(pd.DataFrame(session.prepare("SELECT * FROM weldcalculation...
Will it be possible re-arrange this code with comments and proper defined function ? Why Im creating this issue as I was not able to understand properly.
I'm having a flask app which gets the file from the api and want to get the text out of it , but i don't want to save it on...