Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OssamaLouati/Legal-AI_Project
/ functions
Functions
48 in github.com/OssamaLouati/Legal-AI_Project
⨍
Functions
48
◇
Types & classes
6
↳
Endpoints
4
↓ 5 callers
Function
onFormUpdate
(category: keyof FormDetails, value: string)
client/components/contact.tsx:26
↓ 3 callers
Function
onUpdateActiveLink
(value: string)
client/components/navbar.tsx:30
↓ 2 callers
Function
runAsk
(question: string)
client/pages/dashboard.tsx:64
↓ 2 callers
Function
stepIndex
(step: typeof processingStep)
client/pages/dashboard.tsx:59
↓ 1 callers
Function
_get_model
()
server/paraphrase.py:20
↓ 1 callers
Function
clearFields
()
client/components/newsletter.tsx:26
↓ 1 callers
Function
fetchData
()
client/pages/protected.tsx:12
↓ 1 callers
Function
getContractAnalysis
(selected_response)
server/app.py:27
↓ 1 callers
Function
load_questions_short
()
server/app.py:18
↓ 1 callers
Function
paraphrase
( question, num_beams=5, num_beam_groups=5, num_return_sequences=5, repetition_penalty=10.
server/paraphrase.py:30
↓ 1 callers
Function
run_prediction
(question_texts, context_text, model_path, n_best_size)
server/predict.py:16
↓ 1 callers
Function
tick
()
client/components/banner.tsx:24
↓ 1 callers
Function
to_list
(tensor)
server/predict.py:25
Function
AccessDenied
()
client/components/access-denied.tsx:3
Function
ApiExamplePage
()
client/pages/api-example.tsx:3
Function
App
({ Component, pageProps: { session, ...pageProps }, }: AppProps<{ session: Session }>)
client/pages/_app.tsx:9
Function
Banner
()
client/components/banner.tsx:7
Function
ClientPage
()
client/pages/client.tsx:3
Function
Contact
()
client/components/contact.tsx:15
Function
FileUpload
()
client/pages/dashboard.tsx:14
Function
Foooter
()
client/components/foooter.tsx:4
Function
Footer
()
client/components/footer.tsx:5
Function
Header
()
client/components/header.tsx:8
Function
InsightsPanel
(props: { fileName: string | null; activeSourceRank: number | null; sources: Array<{ rank: number; score
client/pages/dashboard.tsx:332
Function
Layout
({ children }: { children: ReactNode })
client/components/layout.tsx:5
Function
MailchimpForm
()
client/components/mailchimpform.tsx:8
Function
MePage
()
client/pages/me.tsx:4
Function
NavBar
()
client/components/navbar.tsx:11
Function
Newsletter
({ status, message, onValidated }: NewsletterProps)
client/components/newsletter.tsx:10
Function
Page
()
client/pages/admin.tsx:3
Function
ProjectCard
({ title, description, imgUrl })
client/components/projectCard.tsx:10
Function
Projects
()
client/components/projects.tsx:10
Function
ProtectedPage
()
client/pages/protected.tsx:6
Function
ServerSidePage
({ session }: { session: Session })
client/pages/server.tsx:8
Function
Skills
()
client/components/skills.tsx:15
Function
demo
()
client/pages/index.tsx:9
Function
getContractParaphrase
(selected_response)
server/app.py:106
Function
getContractResponse
()
server/app.py:59
Function
getQuestionsShort
()
server/app.py:51
Function
getServerSideProps
(context: GetServerSidePropsContext)
client/pages/server.tsx:37
Function
get_response
()
server/app.py:118
Function
handleSubmit
(e: React.FormEvent<HTMLFormElement>)
client/components/newsletter.tsx:17
Function
handler
( req: NextApiRequest, res: NextApiResponse )
client/pages/api/examples/protected.ts:7
Function
handler
( req: NextApiRequest, res: NextApiResponse )
client/pages/api/examples/session.ts:7
Function
handler
( req: NextApiRequest, res: NextApiResponse )
client/pages/api/examples/jwt.ts:6
Function
jwt
({ token })
client/pages/api/auth/[...nextauth].ts:72
Function
onScroll
()
client/components/navbar.tsx:17
Function
submit
(e: React.FormEvent<HTMLFormElement>)
client/components/contact.tsx:33