Skip to content

vortexisalpha/LLM-Embeddings-Based-Misinformation-Detection-Pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Run

  1. First, make sure your python version is 3.11.5 (best use in venv)
  2. create a .env in the backend folder and write: OPENAI_API_KEY= your key from open ai
  3. fill: GOOGLE_API_KEY= your key, GOOGLE_SEARCH_ENGINE_ID=your key in the .env file, get the apis from google and enable google custom search engine
  4. split terminal, make venv and install requirements in backend directory
  5. activate venv and run python app.py
  6. in other terminal cd to frontend and install node modules
  7. run: npm run dev in frontend and navigate to link in console and use.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors