lordvader31 commited on
Commit
486bb89
·
1 Parent(s): 5328628

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -19
README.md DELETED
@@ -1,19 +0,0 @@
1
- # Almithal
2
-
3
- This is a test for my youtube-gpt / pdf-gpt project. It is a streamlit app that allows you to get the summary, keytakeaways, and questions of a youtube video or a pdf file. You can then interact with the "file" by asking questions about it.
4
-
5
- ## Prerequisites
6
-
7
- To install all the prerequisites, run the following command:
8
-
9
- ```bash
10
- pip install -r requirements.txt
11
- ```
12
-
13
- ## Runing the project
14
-
15
- To run the project you need to have the prerequisites installed. Then run the following command:
16
-
17
- ```bash
18
- streamlit run app.py
19
- ```