Build and Deploy an ARTIFICIAL INTELLIGENCE React App | Alan AI, JavaScript

Build and Deploy an ARTIFICIAL INTELLIGENCE React App | Alan AI, JavaScript

JavaScript Mastery

4 года назад

239,327 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@laughlive6840
@laughlive6840 - 09.12.2022 16:00

when i tried to display newscard for every article, it is not displayed on the screen, what should i do?

Ответить
@najeebanabizada749
@najeebanabizada749 - 14.12.2022 09:05

Hi sir hope that you are doing well . I am doing this project but in Alan studio voice is not working. but its working while chatting. Is it because I am using Alan in free???

Ответить
@ramdevbaba3615
@ramdevbaba3615 - 20.12.2022 14:29

Brother this dependencies are not installing

Ответить
@user-uh4be8ci7i
@user-uh4be8ci7i - 25.12.2022 20:21

Thank you for the 6th sem project : )

Ответить
@amberriaz4936
@amberriaz4936 - 06.01.2023 20:56

That's nice project I am doing right now.
But I am stuck in an issue.
My Alan studio is updating and for 24 hours is still updating.
Without completing it's updation I cannot run my project. What can I do

Ответить
@akshitajha1209
@akshitajha1209 - 30.01.2023 22:17

Is Alan AI free now?

Ответить
@TonyStark-th2nj
@TonyStark-th2nj - 06.02.2023 23:10

After console.log(articles) its showing undefined in console. can anybody help me out?

Ответить
@himanshuprasad448
@himanshuprasad448 - 12.02.2023 23:20

@JavaScript Mastery It is telling me that "You have reached the limit please check your billing page". Help is much much appreciated

Ответить
@indradeeppal8829
@indradeeppal8829 - 18.02.2023 22:13

console.log(articles) showing undefined .Help.

Ответить
@Success-Squad
@Success-Squad - 19.02.2023 16:02

there are alot of updates and changes in syntax i have read the docs but as a beginner still get stucks hope you read my comment and make new video on this with some modification adding other features with this

Ответить
@piyushkamble1659
@piyushkamble1659 - 03.03.2023 18:50

cannot read properties of articles.length in newscards how to solve anybody?

Ответить
@letsspeakwithlearnenglish6371
@letsspeakwithlearnenglish6371 - 04.03.2023 12:12

Not working the code inside alan -ai it doesn't return anything in the console could you tell what is problem

Ответить
@mazinabdullah8608
@mazinabdullah8608 - 09.03.2023 21:55

it is osm

Ответить
@rahuljasoria9040
@rahuljasoria9040 - 14.03.2023 21:11

how to run this project

Ответить
@isittrue9096
@isittrue9096 - 05.04.2023 03:10

Is it free to use in my own website (it's saas so it's for commercial purpose)
And can you please teach us how to integrate open sources in our websites with secure measures if you know how ??? Plzz

Ответить
@Mix-cd4nq
@Mix-cd4nq - 16.04.2023 05:07

hey i wanna ask something please '
when I ask alan to gave me the news from any source it just ignore me and not get any thing in console '
would you please let me know how to fix this proplem

Ответить
@boypawsome
@boypawsome - 16.04.2023 18:38

Alan AI has changed everything. It doesn't work anymore.

Ответить
@KawsarMahmoud-zx5zu
@KawsarMahmoud-zx5zu - 19.04.2023 11:05

Is it enable with bangla language

Ответить
@renishsalakhana5603
@renishsalakhana5603 - 25.04.2023 10:23

I can't get any news data from sources in Console. What are the issues?

Ответить
@Urielooo
@Urielooo - 11.05.2023 03:16

Great tutorial. I just needed to make very few updates. Btw, it seems cloud deployment (AWS Amplify) is not an option unless is done directly with Alan AI directly $$$... Any suggestions to deploy a React web app beyond localhost?

Ответить
@Urielooo
@Urielooo - 11.05.2023 03:25

The only update I had to make when using React:

const alanBtnRef = useRef({}).current;

useEffect(() => {
alanBtnRef.btnInstance = alanBtn({
key: alanKey,
onCommand: ({ command }) => {
" "
" "
" "
else {
alanBtnRef.btnInstance.playText("Please try that again...");
}
},
});
}, []);

Ответить
@ersp645
@ersp645 - 15.05.2023 02:20

I follow this project step by step but my project are not work

Ответить
@elegantzoyalise9288
@elegantzoyalise9288 - 17.05.2023 19:17

I am not able to get the News , which are the source we can use to ask? m asking give me the news of CNN ,, all the time getting same responce " Sorry, please try searching for news from a different source'"

Ответить
@aakashgoswami2356
@aakashgoswami2356 - 20.05.2023 13:49

If anyone facing !articles.length not defined,here is the solution---

this is due to UserAgentMessing error therefore the articles is not set correctly. Here is the solution:
After setting NEWS_API_URL ,do below
const options = { url: NEWS_API_URL, headers: {'User-Agent': 'request'}};
api.request(options, (error, response, body) => {...}

Ответить
@jitendrasinghrathore2692
@jitendrasinghrathore2692 - 22.05.2023 12:37

I got an error in alan code where we call give me news from
Error shown undefined length

Ответить
@amitrouth3173
@amitrouth3173 - 27.05.2023 03:19

How did you changed the prompt to $ in terminal

Ответить
@sarabibrahim8312
@sarabibrahim8312 - 23.06.2023 22:05

Did you have any PHP courses

Ответить
@facundogramajo2393
@facundogramajo2393 - 27.06.2023 18:57

Can you use your personal logo in the button?

Ответить
@Michael_harry4
@Michael_harry4 - 30.06.2023 17:21

this is really awesome!
thanks

Ответить
@oli-techethio2649
@oli-techethio2649 - 30.07.2023 17:59

you are world best programmer how i can see you and i like your voice bro

Ответить
@vinesscollection430
@vinesscollection430 - 23.08.2023 10:53

sir hope u doing well actually there is issue in alan source code is not fething the news api.request?

Ответить
@ImaginationNation696
@ImaginationNation696 - 29.08.2023 08:57

My favorite project

Ответить
@thefatinhasnat
@thefatinhasnat - 31.08.2023 17:53

Can someone let me know why we use self closing tags?

Ответить
@sayanraha77
@sayanraha77 - 07.09.2023 19:13

Is this project still working ??? If not please provide the updated code

Ответить
@enkahzedzeuss6784
@enkahzedzeuss6784 - 05.10.2023 16:34

I'm just finishing this project and i like it a lot. Actually, there's a lot of things that doesn't work surely because this video have more than 3 years and never a project in your channel piss me off that much but i like find solutions by myself and finally got a pretty similar website. Thanks JSM for that great course

Ответить
@achref9912
@achref9912 - 23.12.2023 19:33

thank u for that bro

Ответить
@AjayKumar-ry3zi
@AjayKumar-ry3zi - 24.12.2023 15:11

I am facing problem intergrated news api in alan api and react code

After when i say give me news from cnn it is not responsing anythings

Ответить
@NabeelKn
@NabeelKn - 12.02.2024 11:38

bro alan ai is not properly working on my react project

Ответить
@DesiGEARShifter
@DesiGEARShifter - 08.03.2024 09:36

i got this error in alan studio uncaught user error: Cannot read property 'length' of undefined

Ответить
@badalghosh3534
@badalghosh3534 - 23.04.2024 08:14

I am getting error right now

Ответить
@aakashpodar944
@aakashpodar944 - 26.06.2024 12:47

Promocode not working

Ответить
@sudeepjoshi9948
@sudeepjoshi9948 - 29.06.2024 23:01

F*ck I just completed this project a few days ago now the promo code is being shown as not found and my Alan code is still there wtf should I do now ,by the way alan ai is not even showing the option/button to sigin through Google account

Ответить
@K.M.Sreemathi-ur6gg
@K.M.Sreemathi-ur6gg - 16.07.2024 07:28

Instead of Alan can i use Gemini api

Ответить
@sumitrajpoot-g1g
@sumitrajpoot-g1g - 06.09.2024 17:33

promocode is not working

Ответить
@sruthimajhi5610
@sruthimajhi5610 - 23.09.2024 17:25

any prior knowledge of aiml required?

Ответить
@selsabilbensoussia
@selsabilbensoussia - 27.09.2024 20:02

4 years ago
I used the promo code and it's not working :(

Ответить
@shivampro4340
@shivampro4340 - 04.10.2024 14:23

My account has been deleted automatically from alan ai

Ответить