Ayushpanditmoto / Trading-Bot

Binary Trading AI Bot is a project idea aimed at developing an AI-powered bot for binary trading. The bot utilizes machine learning algorithms to predict the direction of the next candle (whether it will move up or down) with high accuracy.
40 stars 45 forks source link

Repo Size > 700MB [ Optimise ] #20

Closed Ayushpanditmoto closed 1 month ago

Ayushpanditmoto commented 1 month ago

Can we reduce our repo size give me your logical reason i will assign this task Level 2 Task

richardar commented 1 month ago

Hello there, I have experience in dealing with machine learning models and by looking at the code, most of the memory is being occupied by the Datasetsand I believe it would be much more efficient if we stored them inside GIT-LFS instead of git, that way people could clone the repo and then fetch data from LFS . If LFS is not preferred, we could write a script that would allow users to get the dataset by running the script. Another option would be converting the data file to .tar and writing a custom script to extract it once the user downloads the repo

Kindly assign this to me under gssoc.

richardar commented 1 month ago

@Ayushpanditmoto I have opened a pull request, kindly check it out.