priiyaanjaalii0611/ASL_to_English

Doubt

Opened this issue · 8 comments

if we install jupyter application for that
What kind of application we used for this project?
Pls any one explain

if we install jupyter application for that What kind of application we used for this project? Pls any one explain

jupyter notebook is basically like another ide for development (its easier to visualize graphs and other ml things with this (data analytics, data science, etc etc) ), in this case the application was made with the help of jupyter notebook.

the file type extension is .ipynb which basically means that it is a notebook document used by Jupyter Notebook

this does not mean that you have to use jupyter notebook, it simply means that the application was made with the help of jupyter notebook. you are free to use any ide you like provided you have the required files, modules and everything installed and loaded up and ready

but for this project i think using jupyter would be the best option since its made in jupyter notebook itself so no problems should be there mostly, well depends tbh lol

How do I downloaded tensorflow,GPU.......

How do I downloaded tensorflow,GPU.......

https://www.tensorflow.org/install/gpu
https://www.tensorflow.org/install/pip

essentially you can just install tensorflow and follow those guidelines from the docs itself

or you can also install anaconda which makes it easier to install tensorflow. but yeah you can do those as well and if you're stuck then you can follow these youtube tutorials too

https://youtu.be/hHWkvEcDBO0
https://youtu.be/hHWkvEcDBO0

(with anaconda: https://docs.anaconda.com/anaconda/user-guide/tasks/tensorflow/#:~:text=Anaconda%20makes%20it%20easy%20to,learning%2C%20and%20artificial%20intelligence%20workflows.)

How I install tensorflow in intel graphics card..... Pls explain bro

ModuleNotFoundError : No module named 'object_detection'
Pls solve this bro

ModuleNotFoundError : No module named 'object_detection' Pls solve this bro

You didnt install the library I think

Try this:
pip install tensorflow-object-detection-api

Then restart and try it out

I'm also getting while training the model "ModuleNotFoundError : No module named 'object_detection'"
But I have installed object detection api