Dipeshpal / Jarvis_AI

Jarvis AI is a Python Module which is able to perform task like Chatbot, Assistant etc. It provides base functionality for any assistant application. This JarvisAI is built using Tensorflow, Pytorch, Transformers and other opensource libraries and frameworks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Taking too much time to install the dependencies in my system (Linux)

adnankhanmgdp opened this issue · comments

When Installing the JarvisAI via PIP, it takes too much of time to collect libraries like idna and soupsieve... Although my internet connection is very fast and my PC is also not lagging anywhere.

well, it uses lots of DL libraries like Tensorflow, PyTorch, transformers, etc. Anyway you can these requirements from requirements.txt file as well "https://github.com/Dipeshpal/Jarvis_AI/blob/master/JarvisAI/JarvisAI/requirements.txt"

pip install -r requirements.txt

It manly requires-

install_requires=['numpy', 'gtts==2.2.1', 'playsound==1.2.2',

These libs only.