Pinned Repositories
angular-file-upload
Angular application to upload a file to a local directory (upload) [contains the angular front end code]
automatic-car-parking
Monitoring the entry of cars in a parking lot by the automatic opening of gate by the application of a Hall Effect Sensor as a proximity switch on sensing an approaching car.
automatic-monitoring-of-car-parking
Monitoring the entry of cars in a parking lot by the automatic opening of gate by the application of a Hall Effect Sensor as a proximity switch on sensing an approaching car.
fast_yt_video_fetcher
Using google youtube APIs to fetch videos in the background and allow the functionality of search and list videos by topic
NewsFeedGenerator
social networking backend service for allowing users to follow each other and post content on the network. The service stores pre-computed news feed and profile feed for each user in CouchDB (NoSQL Document DB) to make fetching news feed for each user much faster.
SnakeLadder
In memory Snake Ladder Game using Java Spring Boot Framework. Can configure the number of players and board size and using dice throw by the players will declare the winner of the game.
StockExchange
StockExchange service to buy and sell stocks, matching service to match highest buy value to lowest sell value for a stock, show on the console that stock buy and sell price
swagger-example
How to use drf_yasg(Yet Another Swagger Generator) to generate swagger doc for your APIs.
unityGame-nav-system
Downloadable C# based navigation system package for unity agents using A* dynamic distance learning algorithms. Performance better than dijkstra. Made for Amazon
women-safety-device
An Arduino based wearable bracelet that in case of an emergency alerts two nearby police stations and sends repeated messages to the woman's emergency contacts just on the press of a button using GPS and GSM modules.
ChayanikaMisra's Repositories
ChayanikaMisra/women-safety-device
An Arduino based wearable bracelet that in case of an emergency alerts two nearby police stations and sends repeated messages to the woman's emergency contacts just on the press of a button using GPS and GSM modules.
ChayanikaMisra/NewsFeedGenerator
social networking backend service for allowing users to follow each other and post content on the network. The service stores pre-computed news feed and profile feed for each user in CouchDB (NoSQL Document DB) to make fetching news feed for each user much faster.
ChayanikaMisra/swagger-example
How to use drf_yasg(Yet Another Swagger Generator) to generate swagger doc for your APIs.
ChayanikaMisra/fast_yt_video_fetcher
Using google youtube APIs to fetch videos in the background and allow the functionality of search and list videos by topic
ChayanikaMisra/angular-file-upload
Angular application to upload a file to a local directory (upload) [contains the angular front end code]
ChayanikaMisra/automatic-car-parking
Monitoring the entry of cars in a parking lot by the automatic opening of gate by the application of a Hall Effect Sensor as a proximity switch on sensing an approaching car.
ChayanikaMisra/automatic-monitoring-of-car-parking
Monitoring the entry of cars in a parking lot by the automatic opening of gate by the application of a Hall Effect Sensor as a proximity switch on sensing an approaching car.
ChayanikaMisra/SnakeLadder
In memory Snake Ladder Game using Java Spring Boot Framework. Can configure the number of players and board size and using dice throw by the players will declare the winner of the game.
ChayanikaMisra/StockExchange
StockExchange service to buy and sell stocks, matching service to match highest buy value to lowest sell value for a stock, show on the console that stock buy and sell price
ChayanikaMisra/unityGame-nav-system
Downloadable C# based navigation system package for unity agents using A* dynamic distance learning algorithms. Performance better than dijkstra. Made for Amazon
ChayanikaMisra/CarRental
ChayanikaMisra/ChayanikaMisra
ChayanikaMisra/file-upload-server
Contains the reusable server side code for file upload using expressjs framework and middleware connect-multiparty to upload to a local directory
ChayanikaMisra/fileupload-front-back
ChayanikaMisra/FlipFit
ChayanikaMisra/golang-grpc
getting started with golang and grpc
ChayanikaMisra/kindle_epub
epub reader to predict paragraphs based on user input. Takes the user to the paragraph he/she wants to read from any chapter. Contains the python backend script tp parse epub
ChayanikaMisra/parking-lot
ChayanikaMisra/poc-tech
Experiment with the following tech and discover which one works best for you
ChayanikaMisra/signature-recognition
Verify authenticity of handwritten signatures through digital image processing and neural networks.