https://github.com/dhruvvkdv/chariott

https://github.com/dhruvvkdv/chariott

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (2.4%) to scientific vocabulary
Last synced: 4 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: DHRUVvkdv
  • Language: Python
  • Default Branch: main
  • Size: 161 KB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme

README.md

docker build -t codefest-backend . docker run --rm -p 8000:8000 --entrypoint python --env-file .env codefest-backend main.py

CodefestBackendInfraStack

aws lambda update-function-url-config \ --function-name CodefestBackendInfraStack-ApiFunctionCE271BD4-xrpFQqE6RoMd \ --cors '{ "AllowOrigins": ["https://main.d2gakz683sax2c.amplifyapp.com", "http://localhost:3000"], "AllowMethods": [""], "AllowHeaders": [""], "AllowCredentials": true, "MaxAge": 300 }'

aws lambda get-function-url-config \ --function-name CodefestBackendInfraStack-ApiFunctionCE271BD4-xrpFQqE6RoMd

aws lambda update-function-url-config \ --function-name CodefestBackendInfraStack-ApiFunctionCE271BD4-xrpFQqE6RoMd \ --cors '{ "AllowOrigins": [], "AllowMethods": [], "AllowHeaders": [], "AllowCredentials": false, "MaxAge": 0 }'

npm install -g @mermaid-js/mermaid-cli mmdc -i userDB.mmd -o diagram.svg mmdc -i userDB.mmd -o diagram.png

cdk synth?

Date: { "userid": "dhruv@example.com", "hotelid": "courtyard", "roomnumber": "string", "startdate": "2024-10-20T12:00:00-04:00", "enddate": "2024-10-21T11:00:00-04:00", "hotelname": "string" }

{ "userid": "dhruv@example.com", "hotelid": "courtyard", "roomnumber": "111", "startdate": "2024-10-20T12:00:00-04:00", "enddate": "2024-10-21T11:00:00-04:00", "hotelname": "acha", "room_info": { "beds": 2, "bathrooms": 1, "size": "king" } }

Owner

  • Name: Dhruv Varshney
  • Login: DHRUVvkdv
  • Kind: user
  • Location: USA

Learning to get better.

GitHub Events

Total
  • Watch event: 2
  • Member event: 3
  • Public event: 1
  • Push event: 2
Last Year
  • Watch event: 2
  • Member event: 3
  • Public event: 1
  • Push event: 2

Dependencies

image/Dockerfile docker
  • public.ecr.aws/lambda/python 3.11 build
codefest-backend-infra/package-lock.json npm
  • 343 dependencies
codefest-backend-infra/package.json npm
  • @types/jest ^29.5.12 development
  • @types/node 20.14.9 development
  • aws-cdk 2.148.0 development
  • jest ^29.7.0 development
  • ts-jest ^29.1.5 development
  • ts-node ^10.9.2 development
  • typescript ~5.5.3 development
  • aws-cdk-lib 2.148.0
  • constructs ^10.0.0
  • dotenv ^16.4.5
  • source-map-support ^0.5.21
image/requirements.txt pypi
  • boto3 *
  • email-validator *
  • fastapi *
  • langchain *
  • langchain-aws *
  • langchain-community *
  • mangum *
  • pinecone *
  • pydantic-settings *
  • pypdf *
  • python-dotenv *
  • python-multipart *
  • pytz *
  • scikit-learn *
  • starlette *
  • uvicorn *