Abhijith Neil Abraham
Abhijith Neil Abraham
1) Schema can be created automatically too. There's a function `get_schema_for_csv` inside `data_utils.py` that performs this operation. 2) Could you give me more info on this? 3) This is not...
the SQL dump should be MySQL it seems? especially the syntax where the backticks are used to specify identifiers, show the dump should be MySQL and you might have used...
@Vaishnaviamirayada Thanks for your effort! Unfortunately, it would be misleading to hyperlink the term API to just a description. We cannot merge this PR. But thanks again for putting effort...
Hi @Raaghav4243 ! Sure! I hope you understand this might be quite a long task, but I will guide you through the requirements if you wish to take this forward....
Hello @vxhl ! Thanks for reaching out! As for documentation, we would love to have a Developer Documentation and a User documentation to demonstrate the features. I would list out...
@vxhl Wonderful! Could you maybe start with this ? https://github.com/nfflow/redditflow/issues/14 There is a notebook already for a showing how redditflow works with text: https://github.com/nfflow/redditflow/blob/main/examples/Getting_Started_with_Redditflow_(text).ipynb Try to do the same for...
Explain in a colab notebook a detailed procedure of how to get started with redditflow. There should be two notebooks, one for text, and one for image data. The following...
Awesome! Will look into this soon.
Hi @nmesoegwuekwe , No. Our tests are focused to ensure that the API is working as intended, and advertised by the documentation. You can use the entire snippet of code...
Create a Dockerfile with the following simple requirements: - Choose a suitable operating system - Take environment variable from user to check whether Text API or Image API should be...