JakeEh
JakeEh
  • 94
  • 122 900
Host Your Flask Website Online
In this video we go over how to host your Flask website on a server so it's available on the internet for all!
Some other useful tutorials:
Flask/Gunicorn: www.digitalocean.com/community/tutorials/how-to-serve-flask-applications-with-gunicorn-and-nginx-on-ubuntu-22-04
Nginx on Ubuntu: www.digitalocean.com/community/tutorials/how-to-install-nginx-on-ubuntu-22-04
Initial Ubuntu setup: www.digitalocean.com/community/tutorials/initial-server-setup-with-ubuntu
Python Classes Series: th-cam.com/play/PLDKG5W-W4obp6I5WBYbbrlxoyrWsRDd5X.html
Python Tutorials: th-cam.com/play/PLDKG5W-W4obqPZqqCUwEI9XitH9kxtHAd.html
Past Live Streams: th-cam.com/play/PLDKG5W-W4obrDiXRArMpdrJO-g15GaYPI.html
Join my Discord at discord.gg/AeZrfR9Hpg
Thanks for watching! ❤️
มุมมอง: 122

วีดีโอ

How to Safely Store PASSWORDS | Making A Wesbite
มุมมอง 58หลายเดือนก่อน
In this video I go over how it's surprisingly simple to store passwords safely. So if you're going to store a password, please at least do it this way! Code: github.com/Jalsemgeest/Python/tree/main/MakingAWebsite/Video-8 Join my Discord at discord.gg/AeZrfR9Hpg Thanks for watching! ❤️ Timestamps: 0:00 Intro 1:06 Hash example 1:48 How hackers break passwords 3:04 Verification example 4:40 Regist...
Support UPDATE and DELETE on Your Website
มุมมอง 30หลายเดือนก่อน
In this video we update our website so the user can update and delete data from their dashboard! YAY! Code: github.com/Jalsemgeest/Python/tree/main/MakingAWebsite/Video-7.5 Python Classes Series: th-cam.com/play/PLDKG5W-W4obp6I5WBYbbrlxoyrWsRDd5X.html Python Tutorials: th-cam.com/play/PLDKG5W-W4obqPZqqCUwEI9XitH9kxtHAd.html Past Live Streams: th-cam.com/play/PLDKG5W-W4obrDiXRArMpdrJO-g15GaYPI.h...
Making a CUSTOM User Dashboard
มุมมอง 62หลายเดือนก่อน
In this video we allow a logged in user to save data to their dashboard. Code: github.com/Jalsemgeest/Python/tree/main/MakingAWebsite/Video-7 Python Classes Series: th-cam.com/play/PLDKG5W-.html W4obp6I5WBYbbrlxoyrWsRDd5X Python Tutorials: th-cam.com/play/PLDKG5W-.htmlW4obqPZqqCUwEI9XitH9kxtHAd Past Live Streams: th-cam.com/play/PLDKG5W-.htmlW4obrDiXRArMpdrJO-g15GaYPI Join my Discord at discord...
Make A Simple User Dashboard
มุมมอง 2402 หลายเดือนก่อน
In this video we make a dashboard for the user and update the navbar to respect whether the user is logged in or not! Code: github.com/Jalsemgeest/Python/tree/main/MakingAWebsite/Video-6 Join my Discord at discord.gg/AeZrfR9Hpg Thanks for watching! ❤️ Timestamps: 0:00 Intro 0:46 Current State 1:37 Navbar update 3:04 New template function 4:08 Current user 6:06 Dashboard 7:27 Login required 9:09...
User Login Made EASY
มุมมอง 1902 หลายเดือนก่อน
In this video we add login support to our website! Users can now login after they have registered! YAY! Code: github.com/Jalsemgeest/Python/tree/main/MakingAWebsite/Video-5 Join my Discord at discord.gg/AeZrfR9Hpg Thanks for watching! ❤️ Timestamps: 0:00 Intro 0:48 pip install flask-login 1:03 New imports 1:21 Login manager 1:59 User Mixin 4:04 Login Page 5:24 Navbar updates 6:26 Login implemen...
Database Registration Made SIMPLE
มุมมอง 1442 หลายเดือนก่อน
In this video we make the registration store the username and password in your database! This will allow us to have users register for our site and then login later! Code: github.com/Jalsemgeest/Python/tree/main/MakingAWebsite/Video-4 Join my Discord at discord.gg/AeZrfR9Hpg Thanks for watching! ❤️ Timestamps: 0:00 Intro 0:39 Import Updates 2:21 Database Setup 6:11 Username Checks 7:34 Flashed ...
How Forms Work with Flask | Making a Website
มุมมอง 1012 หลายเดือนก่อน
In this video we update our app server so it can handle form inputs from the registration page. We also update make the navbar a shared template so it can be used anywhere! Previous video: th-cam.com/video/jshkUnBwWes/w-d-xo.html Code: github.com/Jalsemgeest/Python/tree/main/MakingAWebsite/Video-3 Join my Discord at discord.gg/AeZrfR9Hpg Thanks for watching! ❤️ Timestamps: 0:00 Intro 0:30 Curre...
Make a Website with Flask FAST
มุมมอง 5262 หลายเดือนก่อน
In this video we upgrade our simple static HTML file website to run on Flask! Flask is an incredibly powerful application server that you can use easily with Python. Code: github.com/Jalsemgeest/Python/tree/main/MakingAWebsite/Video-2 Last video in the series: th-cam.com/video/W1M-OxfYl-Y/w-d-xo.html Join my Discord at discord.gg/AeZrfR9Hpg Thanks for watching! ❤️ Timestamps: 0:00 Intro 0:14 Qu...
HTML & CSS is Easier Than YOU THINK | Making A Website Pt 1
มุมมอง 3473 หลายเดือนก่อน
In this video we go over how HTML and CSS work so you can make a website from scratch! Over the next few videos I'm going to walk you through making a website from scratch so you can host your own site with it's own login and store online! Join my Discord at discord.gg/AeZrfR9Hpg Thanks for watching! ❤️ Timestamps: 0:00 Intro 0:56 HTML 12:00 CSS 21:38 Current Limitations 22:18 What's Next? 22:4...
Types of Machine Learning | Machine Learning Intro
มุมมอง 1163 หลายเดือนก่อน
In this video we discuss how machines learn in machine learning. We go over the main types of machine learning and what they're used for. Python Classes Series: th-cam.com/play/PLDKG5W-W4obp6I5WBYbbrlxoyrWsRDd5X.html Python Tutorials: th-cam.com/play/PLDKG5W-W4obqPZqqCUwEI9XitH9kxtHAd.html Past Live Streams: th-cam.com/play/PLDKG5W-W4obrDiXRArMpdrJO-g15GaYPI.html Join my Discord at discord.gg/A...
3 Ways I TRACK My Projects
มุมมอง 583 หลายเดือนก่อน
In this video I go over how I track my personal projects so that I (ideally) don't forget anything. I mainly use 3 ways to track my projects and sharing them with you, while simple, may help you understand how you can track your projects better and ultimately make cool stuff. Join my Discord at discord.gg/AeZrfR9Hpg Thanks for watching! ❤️
Work On What's Fun | DevLog 1 (Rambling)
มุมมอง 274 หลายเดือนก่อน
This video is much different compared to my normal videos. It's more of just me rambling about how excited I am to work on a new project. Try my old game: jakeeh.itch.io/happy-golf-web Join my Discord at discord.gg/AeZrfR9Hpg Thanks for watching! ❤️
Detective Jake - Why Coding is Handy [Ep 1]
มุมมอง 1164 หลายเดือนก่อน
In this video, I wrote a script with the help of Chat GPT to help me 'watch' 72 hours of video footage to find who hit my friends car. Detective Jake is on the case! Code: github.com/Jalsemgeest/Python/blob/main/DetectiveWork/main.py Python Classes Series: th-cam.com/play/PLDKG5W-W4obp6I5WBYbbrlxoyrWsRDd5X.html Python Tutorials: th-cam.com/play/PLDKG5W-W4obqPZqqCUwEI9XitH9kxtHAd.html Past Live ...
5 STEPS to Plan a Project
มุมมอง 1.1K4 หลายเดือนก่อน
In this video I go over 5 STEPS to Plan a Project. This can be really handy to help you figure out how to actually make a project and finally finish it. Whether you've never made a project before or have never finished one - let this be the sign to get it done! :D Python Classes Series: th-cam.com/play/PLDKG5W-W4obp6I5WBYbbrlxoyrWsRDd5X.html Python Tutorials: th-cam.com/play/PLDKG5W-W4obqPZqqCU...
System Tray Program | Finale of Runner!
มุมมอง 854 หลายเดือนก่อน
System Tray Program | Finale of Runner!
A UI Makes Apps SO MUCH Better | Python Runner App
มุมมอง 6664 หลายเดือนก่อน
A UI Makes Apps SO MUCH Better | Python Runner App
The Magic of Configs with YOUR Code | Program for Programs
มุมมอง 5915 หลายเดือนก่อน
The Magic of Configs with YOUR Code | Program for Programs
Run Your Code with Code
มุมมอง 3535 หลายเดือนก่อน
Run Your Code with Code
Config Files in Python
มุมมอง 1.2K5 หลายเดือนก่อน
Config Files in Python
Why Python Decorators Are AWESOME
มุมมอง 6665 หลายเดือนก่อน
Why Python Decorators Are AWESOME
My Experience With Flutter
มุมมอง 2286 หลายเดือนก่อน
My Experience With Flutter
Why I Love Visual Studio Code
มุมมอง 1376 หลายเดือนก่อน
Why I Love Visual Studio Code
Math in Python
มุมมอง 2.1K6 หลายเดือนก่อน
Math in Python
Make UI in Python
มุมมอง 2666 หลายเดือนก่อน
Make UI in Python
Properties & Data Classes | Python Classes
มุมมอง 4057 หลายเดือนก่อน
Properties & Data Classes | Python Classes
Inheritence and Dunder Methods - Python Classes
มุมมอง 1117 หลายเดือนก่อน
Inheritence and Dunder Methods - Python Classes
Class Variables, Class Methods, and Static Methods for Python Classes
มุมมอง 1267 หลายเดือนก่อน
Class Variables, Class Methods, and Static Methods for Python Classes
Make an Offline GPT Voice Assistant in Python
มุมมอง 17K7 หลายเดือนก่อน
Make an Offline GPT Voice Assistant in Python
Object Oriented Programming in Python | Classes and Functions
มุมมอง 1238 หลายเดือนก่อน
Object Oriented Programming in Python | Classes and Functions

ความคิดเห็น

  • @NabothfmdNaasol-j9n
    @NabothfmdNaasol-j9n 3 วันที่ผ่านมา

    I will be your fans at e

  • @potaz02
    @potaz02 11 วันที่ผ่านมา

    It is free?

    • @jakeeh
      @jakeeh 11 วันที่ผ่านมา

      Yes it is free :)

  • @mordedordelapis
    @mordedordelapis 12 วันที่ผ่านมา

    Hi Jake, just one question: vscode is notifying that the anonymousUserMixin package is not being used. Can I remove it or do I need to leave it in the project?

    • @jakeeh
      @jakeeh 11 วันที่ผ่านมา

      Feel free to remove it for now. It may be that it’s only needed in a future video :)

  • @mordedordelapis
    @mordedordelapis 13 วันที่ผ่านมา

    Print() 😂😂😂I hadn't noticed until the part: "Click save and....print the page. Wait, what?" Very funny!

    • @jakeeh
      @jakeeh 11 วันที่ผ่านมา

      Thanks 😂

  • @mordedordelapis
    @mordedordelapis 13 วันที่ผ่านมา

    I am really enjoying these videos. Great work man.

    • @jakeeh
      @jakeeh 11 วันที่ผ่านมา

      Appreciate it! Happy they are useful to you!

  • @mordedordelapis
    @mordedordelapis 13 วันที่ผ่านมา

    Python Anywhere has a free hosting plan for Python, but with several limitations. I believe SQLite is not a problem. I'm thinking about hosting there after finishing my project.

  • @mordedordelapis
    @mordedordelapis 13 วันที่ผ่านมา

    I can't tell you how happy I am with this video. The explanation is clear and very easy to understand. Straight to the point. Cheers!

    • @jakeeh
      @jakeeh 11 วันที่ผ่านมา

      Happy you’re enjoying it!

  • @douglasdavidmisascamacho3431
    @douglasdavidmisascamacho3431 17 วันที่ผ่านมา

    Hello There Jake. Pleased to meet your channel recently. First highly grateful for your content. Would be great to share your GitHub profile so we can take a better approach of this topics and take on this themes easily step by step . Thanks and best wishes from Colombia.

  • @eTruthr
    @eTruthr 25 วันที่ผ่านมา

    the vocab.pbe file went down again, I also don't have a .cache folder after installing whisper

    • @jakeeh
      @jakeeh 11 วันที่ผ่านมา

      Hmm, it’s possible it’s changed a bit since I first made the video. I can try to take a look eventually at it, but try searching online on how to use whisper with a local vocab.pbe in the meantime :)

  • @drak4188
    @drak4188 26 วันที่ผ่านมา

    yes you do need audio mate

    • @jakeeh
      @jakeeh 19 วันที่ผ่านมา

      Yeah no kidding. I was not happy after that 😂

  • @blue_name_warrior
    @blue_name_warrior 28 วันที่ผ่านมา

    [[applications.test]] merged to the last [[applications]] item

  • @ianhampton9210
    @ianhampton9210 หลายเดือนก่อน

    Hey at 11:25 I keep getting this error when it tries to read the data from the command.wav file: Traceback (most recent call last): File "c:\Users\username\Desktop\GPT\Python\LocalGPT\assistant.py", line 106, in <module> main() File "c:\Users\username\Desktop\GPT\Python\LocalGPT\assistant.py", line 97, in main command = listen_for_command() File "c:\Users\username\Desktop\GPT\Python\LocalGPT\assistant.py", line 46, in listen_for_command command = base_model.transcribe("C:/Users/recent /Desktop/GPT/Python/LocalGPT/command.wav") File "C:\Users\username\AppData\Local\Programs\Python\Python310\lib\site-packages\whisper\transcribe.py", line 122, in transcribe mel = log_mel_spectrogram(audio, model.dims.n_mels, padding=N_SAMPLES) File "C:\Users\username\AppData\Local\Programs\Python\Python310\lib\site-packages\whisper\audio.py", line 140, in log_mel_spectrogram audio = load_audio(audio) File "C:\Users\username\AppData\Local\Programs\Python\Python310\lib\site-packages\whisper\audio.py", line 58, in load_audio out = run(cmd, capture_output=True, check=True).stdout File "C:\Users\username\AppData\Local\Programs\Python\Python310\lib\subprocess.py", line 501, in run with Popen(*popenargs, **kwargs) as process: File "C:\Users\username\AppData\Local\Programs\Python\Python310\lib\subprocess.py", line 966, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "C:\Users\username\AppData\Local\Programs\Python\Python310\lib\subprocess.py", line 1435, in _execute_child hp, ht, pid, tid = _winapi.CreateProcess(executable, args, FileNotFoundError: [WinError 2] The system cannot find the file specified (Sorry for the long text) I'm assuming this means it cant find the file but Idk for sure. Not super well versed in python. Please help!

    • @jakeeh
      @jakeeh หลายเดือนก่อน

      Hey Ian, Yeah, my initial guess would be it can't find the audio file? Can you confirm that it's in the same directory as the script that's running?

    • @ianhampton9210
      @ianhampton9210 หลายเดือนก่อน

      @@jakeeh Thanks for the reply. It is indeed. I did a bunch of research and it seems that Whisper needs a module called ffmpeg but the problem is that every way that people have said online on how to install it hasn't worked

  • @sumanchess
    @sumanchess หลายเดือนก่อน

    can we make a youtube bot using python?

    • @jakeeh
      @jakeeh หลายเดือนก่อน

      I guess it depends what kind of bot you’re thinking of? Like something to scrape TH-cam video information or something?

    • @sumanchess
      @sumanchess หลายเดือนก่อน

      A bot to subscribe multiple youtube channels

    • @jakeeh
      @jakeeh หลายเดือนก่อน

      I feel like a bot to subscribe to TH-cam channels would probably be super easy to use nefariously, so you could maybe do it, but it's not something I would recommend.

  • @zindagikrunghinaksung7601
    @zindagikrunghinaksung7601 หลายเดือนก่อน

    Which website are u using for the coding???????????????????????????

    • @jakeeh
      @jakeeh หลายเดือนก่อน

      I'm using Visual Studio Code. I have a video on my channel where I go over it a bit if you're interested :) - Jake

  • @drak4188
    @drak4188 หลายเดือนก่อน

    you need delete and edit data mate

    • @jakeeh
      @jakeeh หลายเดือนก่อน

      Haha fair enough! We can definitely add that in :)

  • @deenerick
    @deenerick 2 หลายเดือนก่อน

    Thanks for the vid... Really helpful👍🏾

    • @jakeeh
      @jakeeh หลายเดือนก่อน

      Happy you enjoyed it!

  • @Laku83
    @Laku83 2 หลายเดือนก่อน

    Hi jake, I had a website hosted on a raspberry with apache with html, css, js. It's amazing to see how the technology has advanced in those few years. I find python to be a little more intuitive for me. I'm trying to follow your tutorials step by step (without copying/pasting from github) to better memorize all the commands and steps needed. I'm having a problem with the users saved into the database, I have registered 2 users, but at the end of the login the dashboard option doesn't appear. I've seen that when a user is created the default id is NULL in the database, so I tried to insert a number on one of the 2 users, and it worked. So how it is that the id is inserted null at the moment of user creation? From your video everything seems to work right without further modifications.

    • @jakeeh
      @jakeeh หลายเดือนก่อน

      Hey Laku, So happy you’re enjoying the tutorials! Hosting on a raspberry pi is amazing and a great idea! Could you confirm what your init_db function looks like? Also, it might be easier to find the specific issue if you join the discord in the description. No pressure though if you’d prefer to chat here :)

  • @ShaanKevin
    @ShaanKevin 2 หลายเดือนก่อน

    I encountered an error when i try to run the program - Traceback (most recent call last): File "C:\Users\shaan\Desktop\AI\assissant1\assissant.py", line 4, in <module> import whisper File "C:\Users\shaan\Desktop\AI\Venv\Lib\site-packages\whisper\__init__.py", line 8, in <module> import torch File "C:\Users\shaan\Desktop\AI\Venv\Lib\site-packages\torch\__init__.py", line 148, in <module> raise err OSError: [WinError 126] The specified module could not be found. Error loading "C:\Users\shaan\Desktop\AI\Venv\Lib\site-packages\torch\lib\fbgemm.dll" or one of its dependencies. Could you help me to resolve this issue ?

    • @jakeeh
      @jakeeh หลายเดือนก่อน

      Hmm, it looks like you might need torch installed. Try doing pip install torch and then close your terminal and try again.

  • @theborgs3248
    @theborgs3248 2 หลายเดือนก่อน

    Good video :)

    • @jakeeh
      @jakeeh หลายเดือนก่อน

      Thank you!

  • @ha_nguyen_146
    @ha_nguyen_146 2 หลายเดือนก่อน

    thank you very much <33

    • @jakeeh
      @jakeeh 2 หลายเดือนก่อน

      So happy it helped you in some way :)

  • @atharvchaudhary3109
    @atharvchaudhary3109 2 หลายเดือนก่อน

    Hi, I was trying to follow along kinda and understand this project, but I ran into an error where it can't find my command.wav file. I've exhausted my options on solving this, so if you could help that would be great.

    • @jakeeh
      @jakeeh 2 หลายเดือนก่อน

      Hmm, interesting. Are you sure that it’s saving the .wav file to the same directory as your py file?

  • @sumanchess
    @sumanchess 2 หลายเดือนก่อน

    Ok

  • @sumanchess
    @sumanchess 2 หลายเดือนก่อน

    Well done man, please upload daily video

    • @jakeeh
      @jakeeh 2 หลายเดือนก่อน

      Thanks! While I would love to upload more, weekly is as best as I can do while working a full time job and having a family and other interests. I do hope to be able to get some series out maybe faster though some day :)

    • @sumanchess
      @sumanchess 2 หลายเดือนก่อน

      ​@@jakeeh okay. and please in next project make a social forum.😊

    • @jakeeh
      @jakeeh 2 หลายเดือนก่อน

      @sumanchess oh that’s a fun idea! We could certainly do something like that!

  • @jims888
    @jims888 2 หลายเดือนก่อน

    thank you, your explanation is very clear. I'm excited for this flask series.

    • @jakeeh
      @jakeeh 2 หลายเดือนก่อน

      So happy you’re enjoying it!

  • @manolischatzipanagiotidis2773
    @manolischatzipanagiotidis2773 2 หลายเดือนก่อน

    please make a video with node.js too, i heard that it is very good on websites, especially if u want to include javascript in it

    • @jakeeh
      @jakeeh หลายเดือนก่อน

      Awesome! I’ll look into making a basic one at some point :)

  • @jamesnorrington8231
    @jamesnorrington8231 2 หลายเดือนก่อน

    Hey man loved the video I just have one doubt someone has built a tars robot replica form Interstellar which can communicate in tars voice and answer any question. Is there any way to give this assistant custom voice.

    • @jakeeh
      @jakeeh 2 หลายเดือนก่อน

      Hey, Yeah, that should definitely be possible! You would need to create a model that’s capable of doing that, but there are some free libraries that can help with that already. One example is tortoise. Maybe I’ll make a video about it in the future :)

  • @gottamchetanreddy4250
    @gottamchetanreddy4250 2 หลายเดือนก่อน

    waiting for your next video

    • @jakeeh
      @jakeeh 2 หลายเดือนก่อน

      Thanks! It should be coming out this weekend :)

  • @frozenn00b
    @frozenn00b 2 หลายเดือนก่อน

    You can make it even faster with pretty much any other programming language than Python.

    • @joschomo1010
      @joschomo1010 2 หลายเดือนก่อน

      And yet python is good enough for 99.999% of use cases. Hate to break it to you but your little portfolio site with 3 monthly users doesn't warrant much more ❤

    • @jakeeh
      @jakeeh 2 หลายเดือนก่อน

      Oh! I don’t mean fast as in processing speed, just that it’s relatively simple to create an HTTP server

  • @Kevin-th5rw
    @Kevin-th5rw 2 หลายเดือนก่อน

    Thx for the help

    • @jakeeh
      @jakeeh 2 หลายเดือนก่อน

      Happy you found it useful! :)

  • @casualchou
    @casualchou 2 หลายเดือนก่อน

    Great and informative video! I would like to see your supervised learning video

    • @jakeeh
      @jakeeh 2 หลายเดือนก่อน

      Thanks a lot! The video will be coming :)

  • @enzanto
    @enzanto 2 หลายเดือนก่อน

    gotta love flask for simple sites!

    • @jakeeh
      @jakeeh 2 หลายเดือนก่อน

      Absolutely! Surprisingly flask isn’t limited to just simple stuff, it’s can work for some larger things too :) although it’s almost certainly not vanilla flask in those cases :)

  • @ishmeetsingh5553
    @ishmeetsingh5553 3 หลายเดือนก่อน

    Awesome video! Quick question, when you already used the speech_recognition library, why didn't you use the recognize_whisper method from it and used the whisper library instead?

    • @jakeeh
      @jakeeh 3 หลายเดือนก่อน

      Thanks! To be honest, I had no idea speech_recognition had that. How does it compare?

  • @gracesalano7228
    @gracesalano7228 3 หลายเดือนก่อน

    under rated

    • @jakeeh
      @jakeeh 3 หลายเดือนก่อน

      Thanks for the comment :)

  • @realedits_7212
    @realedits_7212 3 หลายเดือนก่อน

    nice bro

    • @jakeeh
      @jakeeh 3 หลายเดือนก่อน

      Thank you!

  • @theybecameus
    @theybecameus 3 หลายเดือนก่อน

    thnx jake

    • @jakeeh
      @jakeeh 3 หลายเดือนก่อน

      You’re most welcome! Thanks for your comment too :)

  • @ashenone3575
    @ashenone3575 3 หลายเดือนก่อน

    Great video Jake 👏

    • @jakeeh
      @jakeeh 3 หลายเดือนก่อน

      Thanks Ashenone!

  • @drak4188
    @drak4188 3 หลายเดือนก่อน

    never been interested in html but this was good mate

    • @jakeeh
      @jakeeh หลายเดือนก่อน

      Thanks Drak!

  • @Evermysticdesigns
    @Evermysticdesigns 3 หลายเดือนก่อน

    Hey maybe you can help me , im building a droid and i want him to communicate with ai and deliver it back to me using his custom made voice... is this possible ?

    • @jakeeh
      @jakeeh 3 หลายเดือนก่อน

      It should be possible, yeah. You’ll need to investigate voice mimicking. I think all you would need to do is take the input, run it through a model of your choice, and then get the string as output and run it through your custom voice. If you want it be able to be smart based on the response though, that would be much more difficult though. You’d need custom models, that’s something big companies are still figuring out

  • @ehsanlotfi6705
    @ehsanlotfi6705 3 หลายเดือนก่อน

    so useful , thanks :)

    • @jakeeh
      @jakeeh 3 หลายเดือนก่อน

      Happy you found it useful! :)

  • @samuelcole3563
    @samuelcole3563 3 หลายเดือนก่อน

    I really enjoy your perspective on app development! I fully agree with the idea that not every idea has to be world changing. I am a senior in college and am wanting to learn app development on the side of my courses. Would you recommend starting with flutter? Or what tech stack would you suggest getting started with?

    • @jakeeh
      @jakeeh 3 หลายเดือนก่อน

      Great question! I think it depends on your goal for the app and what you’re trying to learn from it. I’ve been really enjoying flutter because it means the app will work for Android, iOS, and web. However, if you’re looking for a job, it might not be as useful to learn flutter. Many larger companies will have native app implementations for their platforms. There are some benefits to making a native app as well such as performance and access to some of the more unique things of the OS. For me, I’ve written large apps for iOS natively, and made some smaller ones for Android. I like flutter because it’s fun to learn something new and surprisingly easy to get things going, but I know it won’t really help me with my professional career. If I wanted to make an app to just get started though for an idea I had to try to sell on the app stores, I probably would start with flutter though.