Building an App as a Full-Time Data Scientist

Sdílet
Vložit
  • čas přidán 5. 09. 2024
  • Resume Scorer (V1): ranesh11.pytho...
    Join The Discord Community: / discord
    MY LINKS:
    Website - raneshgurupara...
    Instagram - / nesh_tm
    Twitter - / nesh_tm
    Linkedin - / ranesh-guruparan
    #dataanalyst #datascience #dayinthelife #startup #college

Komentáře • 19

  • @raneshguruparan
    @raneshguruparan  Před 5 měsíci +3

    Join The Discord Community: discord.gg/8hxzKBMgV5

  • @Ahmeddinn
    @Ahmeddinn Před 5 měsíci +2

    Great video as always Ranesh! For monetization that idea works great, a few free uses then a prompt to sign in with a subscription.

    • @raneshguruparan
      @raneshguruparan  Před 5 měsíci +2

      Thanks Ahmed! I appreciate the feedback. I'll work on getting it to a level where I feel comfortable monetizing but for right now I think in the upcoming months I will probably be heads down, working on the product itself. As always, appreciate you bro

  • @k_celebs__
    @k_celebs__ Před 5 měsíci +1

    Love what you do man. I am personally trying to make my own app too

    • @raneshguruparan
      @raneshguruparan  Před 5 měsíci +1

      Thanks man, I appreciate it. All the best on your app!

  • @temitopeadeyelu5806
    @temitopeadeyelu5806 Před 2 měsíci +1

    I'm studing my masters in AI and i'm also working on building an app for my masters dissertation. I have zero knowledge on software development so i'm taking IBM's fullstack developers cerfication course this summer and i'm hoping by the end of summer, i have the skills i need to build the app.
    I'm so scared but i'm staying hopeful.
    I love you videos btw. Welldone.

    • @raneshguruparan
      @raneshguruparan  Před 2 měsíci +2

      Thats amazing! Everyone starts from nothing and if you got that far with formal education, I am confident picking up software dev should be easy for you. If you need any additional assistance in your journey, feel free to join our Discord Server: discord.gg/8hxzKBMgV5
      Also, if you wanted to see the live demo of the app, check it out here: czcams.com/video/3L_fKwWS_go/video.html

    • @temitopeadeyelu5806
      @temitopeadeyelu5806 Před 2 měsíci +1

      @@raneshguruparan Thank you so much.

    • @raneshguruparan
      @raneshguruparan  Před 2 měsíci +1

      Anytime

  • @apurvakhomane4992
    @apurvakhomane4992 Před 5 měsíci +3

    How are you working as full time data scientist and doing tasks of developer.
    I am learning python development + data science. Would like to know if this is a right path. Heard about vercel and netlify recently. I'd look into that.

    • @raneshguruparan
      @raneshguruparan  Před 5 měsíci +6

      Hey Apurva, I think thats a great roadmap if you’re just getting started. I am pretty comfortable using Python and I want to develop my tech stack which is why im expanding to Vercel (NextJS), Express (NestJS), GoLang etc..
      I get to work on my Data Science/Machine Learning skills at work and my software dev skills outside via projects like this. I try to incorporate machine learning and data science with these projects too and I think it’s a win-win. Hope this answers your question

  • @ajanth
    @ajanth Před 5 měsíci +2

    What are you using to run your front end on? I was able to apply custom domains using netlify’s free tier

    • @raneshguruparan
      @raneshguruparan  Před 5 měsíci +3

      Currently everything is hosted on www.pythonanywhere.com/. I've heard of netlify but didn't look into it. Thank you for the suggestion, I will definitely look into it. On a side note, been learning NextJS and I think Vercel might be a good option too if I can pivot the project to that framework.

    • @ajanth
      @ajanth Před 5 měsíci +1

      @@raneshguruparan NextJS and Vercel is definitely super easy and my go to

    • @raneshguruparan
      @raneshguruparan  Před 5 měsíci +3

      Thanks man, hopefully next video I can get something out and get your feedback

    • @ajanth
      @ajanth Před 5 měsíci +2

      @@raneshguruparan For sure bro, excited to watch this app scale!

    • @raneshguruparan
      @raneshguruparan  Před 5 měsíci +2

      ❤️

  • @hsk7715
    @hsk7715 Před 5 měsíci +1

    which framework is best for build data science apps streamlit or flask ?

    • @raneshguruparan
      @raneshguruparan  Před 5 měsíci +2

      Great question but I think it depends. Streamlit allows you to get something up and running really quickly as they already have a lot of pre built stuff but flask and django are more customisable in my opinion. I would focus on what it is you’re trying to build and go from there as there is no “perfect” framework. I started off with streamlit to get quick projects up and running then I moved to flask for some smaller deployments