Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
2c1fbf3
New
anwitagudapuri Mar 24, 2024
f68d928
New
anwitagudapuri Mar 24, 2024
00d747c
New
anwitagudapuri Mar 24, 2024
c893c31
Final Prep
anwitagudapuri Mar 24, 2024
ac6737d
Final Prep
anwitagudapuri Mar 24, 2024
6b0bc44
testing
anwitagudapuri Mar 24, 2024
5a10614
testing index
anwitagudapuri Mar 24, 2024
6205ff6
testing index
anwitagudapuri Mar 24, 2024
b327ee0
Update index.html
anwitagudapuri Mar 24, 2024
557574a
testing index
anwitagudapuri Mar 24, 2024
51fa10c
Logo
pree5103 Mar 24, 2024
beec43c
testing index
anwitagudapuri Mar 24, 2024
47e8c59
Update index.html
anwitagudapuri Mar 24, 2024
41546af
testing index
anwitagudapuri Mar 24, 2024
a0bc8a1
testing index
anwitagudapuri Mar 24, 2024
164e694
testing
anwitagudapuri Mar 24, 2024
fc9eb00
testing
anwitagudapuri Mar 24, 2024
cb17e5c
new
MatiRajesh Mar 24, 2024
5b6e4e3
new
MatiRajesh Mar 24, 2024
0c0e3d7
testing
anwitagudapuri Mar 24, 2024
b44357f
testing
anwitagudapuri Mar 24, 2024
70a1020
Create chat_with_document.py
Sanjana-SKS Mar 24, 2024
b90616f
Create server.py
Sanjana-SKS Mar 24, 2024
2147894
testing
anwitagudapuri Mar 24, 2024
a24b67c
Create summarize_text.py
Sanjana-SKS Mar 24, 2024
1c0789f
Create requirements.txt
Sanjana-SKS Mar 24, 2024
2bdb407
testing
anwitagudapuri Mar 24, 2024
e21187c
Merge branch 'new-branch-Anwita' of https://github.com/Sanjana-SKS/WE…
anwitagudapuri Mar 24, 2024
3264dc9
testing
anwitagudapuri Mar 24, 2024
c2d2284
testing
anwitagudapuri Mar 24, 2024
0846900
testing
anwitagudapuri Mar 24, 2024
e337feb
Create grover.png
Sanjana-SKS Mar 24, 2024
c8301e3
Add files via upload
Sanjana-SKS Mar 24, 2024
0762ee5
Update App.jsx
Sanjana-SKS Mar 24, 2024
cbf8ac2
testing
anwitagudapuri Mar 24, 2024
6fcd314
Merge branch 'new-branch-Anwita' of https://github.com/Sanjana-SKS/WE…
anwitagudapuri Mar 24, 2024
d95e8b7
testing
anwitagudapuri Mar 24, 2024
245b0ab
testing
anwitagudapuri Mar 24, 2024
b1f883d
testing
anwitagudapuri Mar 24, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added grover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added humidity.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<!-- <link rel="icon" type="image/svg+xml" href="/vite.svg" /> -->
<link href="src\output.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React</title>
</head>
Expand Down
Binary file added motion.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// next.config.js
module.exports = {
webpack: (config) => {
config.resolve.alias.canvas = false;
return config;
},
};
Loading