mobenta commited on
Commit
bbbc182
·
verified ·
1 Parent(s): 32c45de

Delete instruction.txt

Browse files
Files changed (1) hide show
  1. instruction.txt +0 -41
instruction.txt DELETED
@@ -1,41 +0,0 @@
1
- 1. Create a new folder and Install & activate your virtual environnement
2
-
3
- bash (create virtual environment)
4
-
5
- python -m venv .venv
6
-
7
- 2. Create a file requirements.txt and copy the following libraries
8
-
9
- requirements.txt
10
-
11
- openai
12
- python-dotenv
13
- pandas
14
- pydantic
15
- requests
16
- beautifulsoup4
17
- html2text
18
- tiktoken
19
- selenium
20
- readability-lxml
21
- streamlit
22
- streamlit-tags
23
- openpyxl
24
- groq
25
- google-generativeai
26
-
27
- 3. pip install requirements
28
-
29
- bash
30
-
31
- pip install -r requirements.txt
32
-
33
- 4. Create .env file and add your api keys
34
-
35
- .env
36
-
37
- OPENAI_API_KEY=sk-xxxxxxxx(place your own key)
38
- GOOGLE_API_KEY=AIzaSyxxxxxxx
39
- GROQ_API_KEY=gskxxxxxxxxx
40
-
41
- 5. Downlaod ChromeDriver from https://googlechromelabs.github.io/chrome-for-testing/