Vikas1994 commited on
Commit
ea650cf
1 Parent(s): 55ec459

Application ready

Browse files
.idea/.gitignore ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ # Default ignored files
2
+ /shelf/
3
+ /workspace.xml
.idea/GENAI.iml ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <module type="PYTHON_MODULE" version="4">
3
+ <component name="NewModuleRootManager">
4
+ <content url="file://$MODULE_DIR$" />
5
+ <orderEntry type="inheritedJdk" />
6
+ <orderEntry type="sourceFolder" forTests="false" />
7
+ </component>
8
+ <component name="TestRunnerService">
9
+ <option name="PROJECT_TEST_RUNNER" value="pytest" />
10
+ </component>
11
+ </module>
.idea/aws.xml ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="accountSettings">
4
+ <option name="activeProfile" value="profile:default" />
5
+ <option name="activeRegion" value="us-east-1" />
6
+ <option name="recentlyUsedProfiles">
7
+ <list>
8
+ <option value="profile:default" />
9
+ </list>
10
+ </option>
11
+ <option name="recentlyUsedRegions">
12
+ <list>
13
+ <option value="us-east-1" />
14
+ </list>
15
+ </option>
16
+ </component>
17
+ </project>
.idea/inspectionProfiles/Project_Default.xml ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <component name="InspectionProjectProfileManager">
2
+ <profile version="1.0">
3
+ <option name="myName" value="Project Default" />
4
+ <inspection_tool class="PyPackageRequirementsInspection" enabled="true" level="WARNING" enabled_by_default="true">
5
+ <option name="ignoredPackages">
6
+ <value>
7
+ <list size="10">
8
+ <item index="0" class="java.lang.String" itemvalue="en-core-sci-sm" />
9
+ <item index="1" class="java.lang.String" itemvalue="pycrypto" />
10
+ <item index="2" class="java.lang.String" itemvalue="gensim" />
11
+ <item index="3" class="java.lang.String" itemvalue="pyemd" />
12
+ <item index="4" class="java.lang.String" itemvalue="spacy" />
13
+ <item index="5" class="java.lang.String" itemvalue="networkx" />
14
+ <item index="6" class="java.lang.String" itemvalue="pytest" />
15
+ <item index="7" class="java.lang.String" itemvalue="numpy" />
16
+ <item index="8" class="java.lang.String" itemvalue="FDF" />
17
+ <item index="9" class="java.lang.String" itemvalue="fpdf" />
18
+ </list>
19
+ </value>
20
+ </option>
21
+ </inspection_tool>
22
+ <inspection_tool class="PyPep8Inspection" enabled="true" level="WEAK WARNING" enabled_by_default="true">
23
+ <option name="ignoredErrors">
24
+ <list>
25
+ <option value="E127" />
26
+ <option value="E117" />
27
+ <option value="E305" />
28
+ </list>
29
+ </option>
30
+ </inspection_tool>
31
+ <inspection_tool class="PyPep8NamingInspection" enabled="true" level="WEAK WARNING" enabled_by_default="true">
32
+ <option name="ignoredErrors">
33
+ <list>
34
+ <option value="N802" />
35
+ <option value="N813" />
36
+ <option value="N801" />
37
+ <option value="N806" />
38
+ <option value="N814" />
39
+ <option value="N803" />
40
+ </list>
41
+ </option>
42
+ </inspection_tool>
43
+ <inspection_tool class="PyUnresolvedReferencesInspection" enabled="true" level="WARNING" enabled_by_default="true">
44
+ <option name="ignoredIdentifiers">
45
+ <list>
46
+ <option value="patbase.client.self" />
47
+ <option value="sentence_transformers" />
48
+ <option value="streamlit" />
49
+ <option value="dict.xcom_pull" />
50
+ <option value="utils.account_analysis" />
51
+ <option value="pages.utils.account_analysis" />
52
+ </list>
53
+ </option>
54
+ </inspection_tool>
55
+ </profile>
56
+ </component>
.idea/inspectionProfiles/profiles_settings.xml ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ <component name="InspectionProjectProfileManager">
2
+ <settings>
3
+ <option name="USE_PROJECT_PROFILE" value="false" />
4
+ <version value="1.0" />
5
+ </settings>
6
+ </component>
.idea/misc.xml ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.7" project-jdk-type="Python SDK" />
4
+ </project>
.idea/modules.xml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectModuleManager">
4
+ <modules>
5
+ <module fileurl="file://$PROJECT_DIR$/.idea/GENAI.iml" filepath="$PROJECT_DIR$/.idea/GENAI.iml" />
6
+ </modules>
7
+ </component>
8
+ </project>
.idea/vcs.xml ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="VcsDirectoryMappings">
4
+ <mapping directory="$PROJECT_DIR$" vcs="Git" />
5
+ </component>
6
+ </project>