When shop manager enquiry how much stock we have how much profit and what is the discount policy. He can't ask all the time to employees or cant write all the query to get information from database .
Thats whys he need LLM do this work .
LLM get the question from the manager and convert the question into query perform the database retrial operation and finally LLM produce the proper Result in very short time !!!
- All Dependencies added in requirements.txt
- Create the Virtual Environment with python 3.8 or above
Conda create -p [name] python=3.8 or above
conda activate [name]
- Create the Necessary file in our project Run template.py file
python template.py
- How to run the program
- Before Executing the project first install the dependencies
pip install -r requirements.txt
- run the project
streamlit run app.py
Any advise for common problems or issues.
command to run if program contains helper info
Contributors names and contact info
Senthil
- 0.1
- Initial Release