Charlie

Results 5 comments of Charlie

> pip install git+https://github.com/jace/rq-dashboard.git@master Thanks @TimMcCauley! Though `pip install git+https://github.com/jace/rq-dashboard.git@main` (root branch seems to have changed to `main`)

You could use the `file` argument in the `onUploadAccepted` function https://github.com/Bunlong/react-papaparse/blob/118a9ec03cb27eb2fed4674c1ebc1565b590240d/src/useCSVReader.tsx#L45 e.g. ``` onUploadAccepted={(results: any, file: any) => { console.log("Results", results); console.log("File", file); }} ```

> Any updates? I am trying the package with a basic setup like you. But got the same error. Could you find any solution? The only solution I had was...

Hi @mattt, sure. My intended use case is that I have a CSV file of ~1k rows and I want to to send a request for each row. Given that...

> @charliemday Replicate does support creating up to [6000 concurrent predictions per minute](https://replicate.com/docs/how-does-replicate-work#rate-limits). Depending on how much the model is scaled out, you could process all of them more quickly...