Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
Easy Quest - Smart Recruitment Tool with AI - Backend
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
22_23 - J 36
Easy Quest - Smart Recruitment Tool with AI - Backend
Commits
b698b996
Commit
b698b996
authored
Mar 30, 2023
by
Emika Chamodi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
voice verification
parent
e50db0a7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
PythonServer/.gitignore
PythonServer/.gitignore
+3
-1
PythonServer/README.md
PythonServer/README.md
+2
-1
No files found.
PythonServer/.gitignore
View file @
b698b996
__pycache__
__pycache__
**/__pycache__
**/__pycache__
voices/**
voices/auth/embed/**
voices/auth/temp/**
voices/interviews/**
resumes
resumes
models/**
models/**
data/**
data/**
\ No newline at end of file
PythonServer/README.md
View file @
b698b996
...
@@ -32,9 +32,10 @@ conda install -c blaze sqlite3
...
@@ -32,9 +32,10 @@ conda install -c blaze sqlite3
uvicorn main:app --reload
uvicorn main:app --reload
### Datasets
### Datasets
& models
voice: https://drive.google.com/file/d/1wWsrN2Ep7x6lWqOXfr4rpKGYrJhWc8z7/view
voice: https://drive.google.com/file/d/1wWsrN2Ep7x6lWqOXfr4rpKGYrJhWc8z7/view
models: https://drive.google.com/file/d/1TWjIiyyInXHaXySKymM6VcsIR5YMVQ1V/view?usp=share_link
conda list --export > conda-requirements.txt
conda list --export > conda-requirements.txt
pip freeze > pip-requirements.txt
pip freeze > pip-requirements.txt
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment