https://github.com/bhuvanyu09/smartfind-system

https://github.com/bhuvanyu09/smartfind-system

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.9%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: bhuvanyu09
  • License: mit
  • Language: Python
  • Default Branch: main
  • Size: 14.6 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme License

README.md

SmartFind System with PaLM2

How to run?

STEPS:

Clone the repository

bash Project repo: https://github.com/

STEP 01- Create a conda environment after opening the repository

bash conda create -n llmapp python=3.8 -y

bash conda activate llmapp

STEP 02- install the requirements

bash pip install -r requirements.txt

Create a .env file in the root directory and add your GOOGLEAPIKEY as follows:

ini GOOGLE_API_KEY= "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx"

```bash

Finally run the following command

streamlit run app.py ```

Now, bash open up : http://localhost:8501

Techstack Used:

  • Python
  • LangChain
  • Streamlit
  • PaLM2
  • FAISS

Owner

  • Name: Bhuvanyu Geel
  • Login: bhuvanyu09
  • Kind: user

Hello everyone! I am pursuing my Bachelors of technology from Vellore Institute of Technology in Computer Science and Engineering

GitHub Events

Total
  • Push event: 7
Last Year
  • Push event: 7

Dependencies

requirements.txt pypi
  • PyPDF2 *
  • faiss-cpu *
  • google-generativeai *
  • langchain *
  • python-dotenv *
  • streamlit *
setup.py pypi