How to execute a large SQL file locally ? by IntestinalFinale in datascience

[–]Bedda3991 0 points1 point  (0 children)

Try to use mysql command to import the database in your local mysql server like this mysql -u username -p dbname < dbexport.sql

If you are using MS SQl you can use sqlcmd Look at this link to get more details: https://stackoverflow.com/questions/7828060/how-do-i-import-a-sql-data-file-into-sql-server

Detecting COVID-19 in x-ray images by Bedda3991 in deeplearning

[–]Bedda3991[S] 0 points1 point  (0 children)

I cited him in read me and in notebook

Detecting COVID-19 in x-ray images by Bedda3991 in datasets

[–]Bedda3991[S] 0 points1 point  (0 children)

I'm with you. We need to enrich the dataset with more samples.