Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists by Syed007Hassan

A curated list of projects in awesome lists by Syed007Hassan .

https://github.com/syed007hassan/chat-to-your-database

Natural language querying allows users to interact with databases more intuitively and efficiently. By leveraging the power of LangChain, SQL Agents, and OpenAI’s Large Language Models (LLMs) like GPT, we have created an application that enable users to query databases using NLP

docker express langchain mongodb nestjs nextjs openai postgresql sql-agent

Last synced: 07 Nov 2024

https://github.com/syed007hassan/fast-material-cs-se

FAST-NUCES study material (lecture slides, assignments, books, solved lab tasks and course outlines for each semester's course).

software-engineering-courses

Last synced: 07 Nov 2024

https://github.com/syed007hassan/node-express-js-ts-templates

Template repository for an MVC-based REST API using MongoDB, Node.js and TypeScript along with containerization.

docker express mongodb mvc nodejs typescript

Last synced: 07 Nov 2024

https://github.com/syed007hassan/langchain

This repo contain examples of different usecases that can be designed using Langchain

Last synced: 07 Nov 2024

https://github.com/syed007hassan/document-querying-with-vectordb

Document Querying with LLMs - Google PaLM API: Semantic Search With LLM Embeddings

chroma document-retrieval embeddings palm-api pdf-encoding vectordb

Last synced: 07 Nov 2024

https://github.com/syed007hassan/algorithms-visualizations

Several algorithms, together with their time and space difficulties, are visualised in this project. When we click the create array button on our software, the text file will be converted to an integer array. Then, by selecting the appropriate choice, any of the sorts can be carried out.

bubble-sort bucket-sort count-sort heap-sort insertion-sort merge-sort quick-sort radix-sort sorting-algorithms visualization

Last synced: 07 Nov 2024

https://github.com/syed007hassan/bard-api

Bard API for integrating GEN AI into applications.

bard-api

Last synced: 07 Nov 2024

https://github.com/syed007hassan/steakin

Restaurant Reservation & Management System for the course of database.

bootstrap5 ejs-templates html-css-javascript mysql-workbench node-express-mysql

Last synced: 07 Nov 2024

https://github.com/syed007hassan/backend-engineering-lyft

This repo contains the codebase of the tasks included in the virtual experience program of Forage.

factory-pattern refactoring tdd uml-class-diagram unit-testing

Last synced: 07 Nov 2024

https://github.com/syed007hassan/node-redis

API caching in NodeJS using Redis database

api cache express redis-client

Last synced: 07 Nov 2024

https://github.com/syed007hassan/nasa-project-mern

Used Arwes Futuristic Sci-Fi UI and implemented REST APIs. NASA Exoplanets's data is used to find out the habitable planets and SPACEX-API is used for populating launches data.

arwes aws-ec2 dockers expressjs jest mongodb nasa-api node reactjs spacex-api

Last synced: 07 Nov 2024

https://github.com/syed007hassan/netflix-mern

A Netflix clone where Users can get authenticated to watch Movies, Series of the different genres available in the list category. The Admin can add Movies, and Series and can categorise them in different lists. All the CRUD operations on Users, Movies/Series, and Lists have been implemented using REST APIS.

css expressjs firebase jwt-authentication mongodb nodejs reactjs scss-framework

Last synced: 07 Nov 2024

https://github.com/syed007hassan/movie-recommender-system

This software allows the user to search for the movie in various ways (search by name, rating, genre, IMDB id, etc). The users can view the list of movies of every genre according to the ratings. This will help them save their percious time and it will make their experience good. It is a Big Data project. The data set contains data of more than million movie details. I have worked on the data by extracting and filtering the useful data. Codings is based on Data science and OOP concepts. The code consist of tree structure for storing the data in a faster way. Storing, Searching, deletion is performed on the data.

Last synced: 07 Nov 2024

https://github.com/syed007hassan/chain-smoker-problem-using-semaphores

This project is dedicated to creating a system call that deals with the chain smoker problem. A system call is a request for a service that is made by the application programs to the operating system; these can be either user system call (without kernel intervention) or kernel system call (with kernel intervention).

kernel-configuration posix-threads semaphores system-call

Last synced: 07 Nov 2024

https://github.com/syed007hassan/solid-principles-with-ts

Nest.js & Typescript SOLID Principles for writing clean-code

Last synced: 07 Nov 2024

https://github.com/syed007hassan/nestjs-template

Template repo of NestJs that provides a quicker development environment.

guard jwt-authentication mongodb nestjs postgresql swagger-api typeorm

Last synced: 07 Nov 2024

https://github.com/syed007hassan/bard-api-integration-using-flask

integrated bard on ots website

Last synced: 07 Nov 2024

https://github.com/syed007hassan/restoring-database-using-dockerode

Developed an API using dockerode to restore a PostgreSQL database dump file within the PostgreSQL container. The API utilizes Dockerode for efficient interaction, automating the process of running pg_restore commands for seamless database recovery

docker dockerode nestjs postgresql

Last synced: 07 Nov 2024

https://github.com/syed007hassan/sql-generator

Generating SQL queries based on prompts using Openai's chat completion API with model GPT-3.5. (https://platform.openai.com/docs/api-reference/chat/create)

Last synced: 07 Nov 2024

https://github.com/syed007hassan/go-with-postgresql

Implemented REST APIs that perform CRUD operations with PostgreSQL

golang postgresql rest-api

Last synced: 07 Nov 2024

https://github.com/syed007hassan/flask-mvc-template-

Minimal Flask Application using MVC design pattern

apis controllers flask-api model routes services

Last synced: 07 Nov 2024

https://github.com/syed007hassan/libray-management-system

It is an e-library management system. There are two types of users who can this application. One is the admin and other is student. Both have their different sets of functionalities. User can also issue a book and the admin can keep track of it through this system. Concepts of OOP are integrated in the coding and the concept of filing is used.

Last synced: 07 Nov 2024

https://github.com/syed007hassan/angular-.net

Implemented REST APIs in Dotnet Entity Core framework along with Angular and SQL Server.

angular dotnet-core mvc sql-server

Last synced: 07 Nov 2024

https://github.com/syed007hassan/go-docker

Basic Go APIs using Docker and Postgres

docker golang mux postgresql

Last synced: 07 Nov 2024

https://github.com/syed007hassan/authentication-and-security-to-a-website

This module lets you authenticate using Google in your Node.js applications. By plugging into Passport, Google authentication can be easily and unobtrusively integrated into any application or framework that supports Connect-style middleware, including Express.

autho2 express google-api hashing mongodb mongoose nodejs oauth2 passport-local-mongoose

Last synced: 07 Nov 2024

https://github.com/syed007hassan/grpc-node-ts-example

Learn about gRPC and create a strongly typed application with gRPC communication using Node and Typescript - https://betterprogramming.pub/how-to-use-grpc-with-node-14e073aa1c84

auth grpc nodejs typescript

Last synced: 07 Nov 2024

https://github.com/syed007hassan/multi-doc-chat-with-langchain

A simple chatbot that can interact with just one document and finish up with a more advanced chatbot that can interact with multiple different documents and document types, as well as maintain a record of the chat history, so you can ask it things in the context of recent conversations.

chromadb langchain-python openai pdfchat

Last synced: 07 Nov 2024

https://github.com/syed007hassan/rabbitmq-nodets-example

Created a simple app that sends a notification from the main app “Producer” which sends or produce the notification message to another notification service “Consumer” which processes the message and notifies the users with its notification integration flow.

asychronous-messaging docker-compose node-ts producer-consumer rabbitmq

Last synced: 07 Nov 2024

https://github.com/syed007hassan/security-features-nodejs

Implemented commonly used authentication and security features that are used in NodeJs.

cookie-session express-session helmet https jwt oauth2 passportjs webtoken

Last synced: 07 Nov 2024

https://github.com/syed007hassan/my-restful-api

Made a RESTful API that uses methods (GET,POST,DELETE,PUT,PATCH), used Postman for testing the HTTP requests and Studio 3t as Graphical MongoDB.

delete get http-requests mongodb patch post put restful-api studio-3t

Last synced: 07 Nov 2024

https://github.com/syed007hassan/nodejs-graphql

The code base contains the implementation of GraphQL with Apollo Server.

apis apollo-server express-graphql graphql

Last synced: 07 Nov 2024

https://github.com/syed007hassan/nodejs-performance

Maximizing the performance of NodeJs using clustering, performing load balancing using PM2, and understanding how worker threads vs cluster works.

availability clustering load-balancer pma zero-downtime

Last synced: 07 Nov 2024

https://github.com/syed007hassan/emojipedia

Find the meaning of your favourite emoji.

reactjs

Last synced: 07 Nov 2024

https://github.com/syed007hassan/keeperapp

A note taking app where you can add and delete the notes. Also have a light/dark mode toggler.

framer-motion mui reactjs

Last synced: 07 Nov 2024

https://github.com/syed007hassan/ai-image-generation-app

Used OpenAI's API, for creating images based on the keywords and Cloudinary to store and process images.

cloudinary-api expressjs mongodb nodejs openai-api tailwindcss vitejs

Last synced: 07 Nov 2024

https://github.com/syed007hassan/to-do-list

Deployed another Web Application using Heroku but for the first time I have used a database MongoDB Atlas, which is a fully-managed cloud database that handles all the complexity of deploying, managing, and healing your deployments on the cloud service provider of your choice (AWS, Azure, and GCP).

css ejs-partials ejs-templating expressjs gitignore heroku heroku-deployment javascript mongodb mongoose nodejs

Last synced: 16 Nov 2024

https://github.com/syed007hassan/google2.0

A Google Clone using ReactJs that uses Google Search RapidApi, where you can search images, news and videos, along with a light and dark mode.

debounce mui rapidapi react tailwindcss

Last synced: 07 Nov 2024

https://github.com/syed007hassan/openai-assistants-with-streaming

A voice assistant using OpenAI Assistants API with stream enabled that can use Code Interpreter.

Last synced: 07 Nov 2024

https://github.com/syed007hassan/the-newsletter

Made a very basic Web Application (Newsletter), that gathers the email addresses using Intuit Mailchimp API. Deployed on Heroku.

body-parser expressjs heroku-deployment html-css-javascript https newsletter-api nodejs npm-package requests

Last synced: 07 Nov 2024

https://github.com/syed007hassan/tincat-website

Made a fully responsive demo website of (finding your favourite cat nearby).

html-css-bootstrap-project

Last synced: 07 Nov 2024

https://github.com/syed007hassan/simon-game

The Simon game is the exciting electronic game of lights and sounds in which players must repeat random sequences of the colours in the correct order.

html-css-javascript jquery

Last synced: 07 Nov 2024

https://github.com/syed007hassan/summer-23-colab

This repo contains the codebase and resources for the sessions that are being conducted to promote collaboration and the adaptation of software engineering practises.

Last synced: 07 Nov 2024

https://github.com/syed007hassan/software-development-and-architecture-project-coursera-

This is a SDA project based on Coursera, many different UML diagrams have been made on Papyrus(tool) to demostrate how system describes its major components, their relationships (structures), and how they interact with each other.

Last synced: 07 Nov 2024

https://github.com/syed007hassan/weatherapi

A website that fetches the weather data after the user has put the desired city.

body-parser expressjs http json nodejs npm-package weather-api

Last synced: 07 Nov 2024

https://github.com/syed007hassan/share-your-favourite-place

A MERN Stack project where users can authenticate first to add places in order to suggest places of their choice. REST API have been implemented and MVC architectural pattern have been used.

express mongodb-atlas mongodb-compass nodejs reactjs

Last synced: 07 Nov 2024

https://github.com/syed007hassan/software-engineering-walmart

This repo contains the codebase of the tasks included in the virtual experience program of Forage.

Last synced: 07 Nov 2024

https://github.com/syed007hassan/terraform-demo-labs

Using IaC to create Vms on Azure.

Last synced: 07 Nov 2024

https://github.com/syed007hassan/selenium-testing-db-project

Using Selenium to automate all the test cases of a test suite.

mysql nodejs selenium sqe testing-tool

Last synced: 07 Nov 2024

https://github.com/syed007hassan/sharemobilitytest

Created backend services on docker (web server, databases) and consumed those APIs on Frontend

Last synced: 07 Nov 2024

https://github.com/syed007hassan/roll-a-dice

An elementary Html/Css/Js based project where the dice change their initial position as soon as the page is reloaded.

bootstrap5 html-css-javascript

Last synced: 07 Nov 2024

https://github.com/syed007hassan/press-the-drum

Simply press/click the drum to produce different sounds.

html-css-javascript

Last synced: 07 Nov 2024