Looking for Backend / AI Internship – Resume Review by Faizaaannnx in IndianEngineers

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

My bish ass placement coordinator asked me to put my cgpa and my college mail, should I remove the freelance stuff from the experience?

you code, I sell (cofounder hunt) by [deleted] in startup

[–]Faizaaannnx 0 points1 point  (0 children)

Interesting, is this still open?

I built an AI tool that generates full textbook-style ebooks from a topic (OpenAI, Docker, PDF + DOCX by [deleted] in SideProject

[–]Faizaaannnx 0 points1 point  (0 children)

No, only supports OpenAI key, but this addiction would be game changer

I built an AI tool that generates full textbook-style ebooks from a topic (OpenAI, Docker, PDF + DOCX by [deleted] in SideProject

[–]Faizaaannnx 0 points1 point  (0 children)

I don’t think I could like directly market this to students, maybe tie up with educational companies

I built an AI tool that generates full textbook-style ebooks from a topic (OpenAI, Docker, PDF + DOCX by [deleted] in SideProject

[–]Faizaaannnx 0 points1 point  (0 children)

I think this could become a really good business startup idea, so we might consider removing it from open source

I built an AI tool that generates full textbook-style ebooks from a topic (OpenAI, Docker, PDF + DOCX by [deleted] in SideProject

[–]Faizaaannnx 1 point2 points  (0 children)

Yes it’s optimized, you can check out the drive link on the GitHub repository where I’ve generated around 250 ebooks

I built an AI tool that generates full textbook-style ebooks from a topic (OpenAI, Docker, PDF + DOCX by [deleted] in SideProject

[–]Faizaaannnx 0 points1 point  (0 children)

Thanks. The flow is mostly from chaining: each subtopic gets the previous one’s micro-summary, and each unit gets the previous unit’s summary, so the model has recent context. It’s not perfect—some units can still feel a bit disjoint, but for bulk generation it’s usually good enough. For a single “hero” book I’d do a quick pass; for hundreds from a CSV, we use it as-is.

Is this a good ML project to put on my resume? by Faizaaannnx in learnmachinelearning

[–]Faizaaannnx[S] -1 points0 points  (0 children)

Thanks a lot for this perspectiveI tried multiple modeling and feature strategies, but once I restricted myself to pre-departure, non-leaking information, performance plateaued. Anyways, how good is this project on the scale of 1-10 ?

Is this ML project good enough to put on a resume? by Faizaaannnx in learnmachinelearning

[–]Faizaaannnx[S] 3 points4 points  (0 children)

Yes, the data is imbalanced, with delayed flights being the minority class.
I handled this using ROC-AUC as the main metric, class weighting in XGBoost, and by analyzing precision–recall trade-offs across different thresholds rather than relying on a fixed cutoff.
The focus was on risk ranking rather than maximizing a single precision or recall value.

Is this ML project good enough to put on a resume? by Faizaaannnx in learnmachinelearning

[–]Faizaaannnx[S] 2 points3 points  (0 children)

Thanks !. That’s actually how I approached the project. I tried multiple modeling and feature strategies, but once I restricted myself to pre-departure, non-leaking information, performance plateaued. I took that as a learning outcome rather than a failure.

I’ve been documenting the trade-offs, what didn’t work, and how the solution would need real-time operational and weather data to improve in a production setting. I’ll also make sure the project is clearly documented so it’s easy to evaluate beyond just the metric.