I Built My Own AI Interface | Open WebUI Setup & Review Better Than ChatGPT,Gemini & Claude
Jul 18, 2025
Get the full source code of application here:
Show More Show Less View Video Transcript
0:00
Uh hello guys, welcome to this video. So
0:02
in this video, I'll show you a library
0:04
that you can install of Python where you
0:07
can actually run local AI models
0:10
directly inside your terminal. So this
0:12
is the GitHub page of this library open
0:15
web UI. This is called as it's got
0:18
almost 103,000 GitHub stars. It's a very
0:22
popular library.
0:24
So with the help of this library, you
0:26
will be able to host OpenAI models
0:29
directly inside your machine. And now to
0:33
install this, it's very easy. You first
0:35
of all install this by executing this
0:37
command. PIP install open web UI. So
0:41
simply copy this command and go to the
0:43
terminal and
0:46
execute this command. Paste it.
0:50
So you should have Python installed on
0:52
your machine. And once you do this, it
0:56
will install the
0:59
no matching distribution found
1:04
that require a different Python version
1:06
requires Python.
1:13
So it is telling it ensure that you're
1:15
using Python 3.11 to avoid compatibility
1:19
issues. So just make sure that your
1:21
Python version let me check my Python
1:23
version which is 3.1
1:27
3.5.
1:28
So
1:34
so just make sure your version must be
1:36
at 3.11. So my version is 3.135.
1:41
So let me fix this. I go to Python
1:45
download
1:46
3.
1:52
Click on that. And uh this is a stable
1:56
release.
2:08
So just install this version and make
2:11
sure that you
2:16
uninstall Python from your machine.
2:26
So now to detect where is Python so you
2:29
can basically use this command where is
2:32
sorry where Python it will tell you all
2:35
the locations where Python is installed.
2:37
So this is the first location. So let me
2:40
delete this one.
2:52
So this is the first location where
2:54
Python is installed. So you just need to
2:56
delete this.
3:03
So just make sure that you delete
3:13
The second location is this one which is
3:26
so just make sure that you uninstall all
3:29
the versions that you have. So I have
3:31
all these versions. So simply delete
3:33
everything and start from scratch.
4:03
So as you can see first of all uninstall
4:05
Python because that library requires
4:09
3.11. on.
4:35
So now run the setup file here which is
4:37
for 3.110.
4:42
Click the install now button. Click. And
4:45
now the executable will get installed.
5:25
So after it installs you just need to
5:28
restart the terminal and then execute
5:30
the same command and then it will work.
5:34
So just execute the same command once
5:37
again.
5:51
So now it is installed and
5:54
just close this folder
6:02
and just to verify
6:05
type here Python
6:07
dash version. So now you will see Python
6:11
was not found. So just make sure that
6:14
you add this wherever is your Python
6:17
installed.
6:26
Just run the setup once again and
6:41
So just say
6:46
so now it is basically
6:51
in this folder
7:20
So I think it is stored inside the
7:41
Just need to check the location where it
7:43
is stored.
7:52
So you can basically ask chat GPT where
7:55
a Python is stored.
8:30
Yeah. So, it is installed right here.
8:32
You'll see.
8:34
So,
8:36
just cancel it
8:38
and just add this location into your uh
8:41
environment variable. If it is not
8:43
detecting in the command line, simply
8:45
copy this
8:48
and open your environment variables.
8:51
Simply go to the path and paste this
8:55
location.
8:57
And also you need to paste one more
8:59
location which is this uh include
9:04
this also
9:09
inside the path.
9:14
And one more location you need to paste
9:16
is your scripts as well. Go to this
9:19
folder. Simply copy this location.
9:30
Yeah.
9:42
So, copy this as well. So, add this to
9:45
the environment. So, once you do this,
9:47
just restart your terminal. And again,
9:49
if you type
9:58
So I think it should detect now.
10:05
If you open this in the terminal,
10:14
if you type command line here, just type
10:17
here Python- version.
10:21
And now if you
10:23
execute the command here pip install.
10:36
So now it will install this open web UI.
10:39
It is almost 141 mgabytes. Just wait for
10:43
installation to complete.
11:08
So this will take some time here because
11:10
it loads all the AI models directly
11:12
inside.
11:14
And then you can open web UI after
11:16
installation.
12:04
It's a big library that's why it is
12:06
taking so much time. It's a very popular
12:09
library as well. It will directly open.
12:12
You will be able to host any sort of AI
12:15
model
12:17
directly offline.
12:19
So it entirely operate offline. It
12:21
doesn't require any internet solution
12:23
for operating
12:53
So you can see the size of this repo is
12:55
240.5
12:57
mgabytes. So that's why it is taking lot
12:59
of time. It's also dependent upon other
13:03
libraries as well.
14:15
So once installed you will be able to
14:18
launch
15:17
So I'm not pausing the video guys. You
15:19
can see how much time it takes to
15:21
install this library. It's a fairly big
15:23
library. That's why it is taking so much
15:25
time.
15:43
Also check out my website
15:45
freemediattools.com
15:47
uh which contains thousands of tools.
15:51
So you can install it on your own
15:52
machine like this guys. So just wait for
15:56
the full installation to complete. After
15:58
it completes, you can actually run this
16:00
command to run this open web UI serve.
16:03
So this will start the open web UI
16:06
server which you can access directly by
16:08
opening this HTTP localhost 8080.
16:14
So thank you very much.
#Programming
#Internet & Telecom
