MOH749 commited on
Commit
47e766f
1 Parent(s): 29c9291

Delete ReadMe.md

Browse files
Files changed (1) hide show
  1. ReadMe.md +0 -21
ReadMe.md DELETED
@@ -1,21 +0,0 @@
1
- # DOCUMENTATION
2
- Before running the notebook:
3
- open CMD get to the dir of where you save the file and
4
- Create a virtual environment with : python -m venv venv
5
- and activate it : venv\Scripts\activate
6
-
7
- then install the requirements.txt file containing all the packages and their version using: pip install -r requirement.txt
8
-
9
- For futher information on:
10
- AI AGENTS : https://www.langchain.com/langchain
11
-
12
- API KEYS
13
- OPENAI_API_KEY: chat.openai.com
14
-
15
- SERPAPI_API_KEY: serpapi.com
16
-
17
- TRANSFORMERS MODEL: https://huggingface.co/Dzeniks/alberta_fact_checking
18
-
19
- OTHERS OPEN-SOURCE TRANSFORMERS MODELS AVAILABLE AT : https://huggingface.co/docs/transformers/index
20
-
21
- After finishing gathering information test the code file typing in cmd : python ABL-Agent.py to run it