Adedoyinjames commited on
Commit
e44d821
·
1 Parent(s): 6792f2a

Add initial folder structure, requirements.txt, app.py, and placeholder documents

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ documents/meeting_notes.docx filter=lfs diff=lfs merge=lfs -text
app.py ADDED
@@ -0,0 +1 @@
 
 
1
+ # Your RAG and API code from the previous steps should be copied here.
chroma_db/.gitkeep ADDED
File without changes
documents/code_docs/.gitkeep ADDED
File without changes
documents/general/.gitkeep ADDED
File without changes
documents/meeting_notes.docx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96fba61119163b694450bea90a19bda056fb6c6d3b0ab524aeb3c3aaf30449fa
3
+ size 36710
documents/project_x_summary.txt ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ Technical Documentation Summary:
2
+ This document outlines the technical specifications of Project X.
3
+ It includes details about the software architecture and deployment process.
4
+ Key components are the data ingestion module and the API endpoint.
5
+ Deployment is planned for a cloud-based platform.
6
+
documents/reports/.gitkeep ADDED
File without changes
documents/requirements/.gitkeep ADDED
File without changes
documents/research_benefits.txt ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ This document discusses the benefits of using AI in research.
2
+ AI can help analyze large datasets and identify patterns.
3
+ It can also automate tedious tasks, speeding up the research process.
4
+ Benefits include increased efficiency and accuracy.
5
+
documents/research_papers/.gitkeep ADDED
File without changes
documents/technical_docs/.gitkeep ADDED
File without changes
models/.gitkeep ADDED
File without changes
requirements.txt ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ gradio>=4.0.0
2
+ transformers>=4.30.0
3
+ torch>=2.0.0
4
+ sentence-transformers>=2.2.0
5
+ scikit-learn>=1.2.0
6
+ numpy>=1.24.0
7
+ pandas>=1.5.0
8
+ python-multipart>=0.0.6
9
+ fastapi>=0.95.0
10
+ uvicorn>=0.21.0
11
+ pypdf2>=3.0.0
12
+ python-docx>=0.8.11
13
+ textract>=1.6.0
14
+ faiss-cpu>=1.7.0
15
+ chromadb>=0.3.0
16
+ tiktoken>=0.4.0
17
+ accelerate>=0.20.0
18
+ huggingface_hub>=0.16.0