Skip to content

Commit d373875

Browse files
Add Social Media API project
1 parent dc1171d commit d373875

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,9 @@ <h3 class="text-2xl font-semibold mb-2">Software Engineer</h3>
201201
<h2 class="text-4xl font-bold text-center mb-12 animate-fade-in">My Projects</h2>
202202
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
203203
<div class="project-card bg-gray-800 p-6 rounded-lg">
204-
<h3 class="text-2xl font-semibold mb-2">Sentiment Analysis API</h3>
205-
<p class="text-gray-400 mb-4">Built a scalable and easy-to-use sentiment analysis API leveraging FastAPI and Hugging Face’s Transformers library. The API uses a fine-tuned DistilBERT model to classify user text inputs as positive or negative with high accuracy in real time. The entire app is containerized with Docker for portability and quick deployment. Interactive Swagger UI documentation enables effortless testing and integration, making it ideal for embedding into larger applications or demos. This project demonstrates practical deployment of state-of-the-art NLP models as a production-ready service.</p>
206-
<a href="https://github.com/parthava-adabala/deeplearning/tree/main/sentiment-analysis" class="text-green-500 hover:text-green-400">View Project →</a>
204+
<h3 class="text-2xl font-semibold mb-2">Social Media API with FastAPI</h3>
205+
<p class="text-gray-400 mb-4">Developed a robust and scalable social media REST API using FastAPI with comprehensive user authentication, content management, and social interaction features. The application implements a complete CRUD system for posts with JWT-based authentication, bcrypt password hashing, and role-based access control ensuring secure user operations. Built with PostgreSQL database integration using SQLAlchemy ORM and Alembic for database migrations, the API supports user registration, login, post creation/editing, and a voting system for social engagement. The entire application is containerized with Docker for seamless deployment across different environments, while comprehensive test coverage with pytest ensures reliability and maintainability. Interactive Swagger UI documentation provides effortless API exploration and testing, making it ideal for frontend integration and developer collaboration.</p>
206+
<a href="https://github.com/parthava-adabala/social-media-app-fastapi" class="text-green-500 hover:text-green-400">View Project →</a>
207207
</div>
208208
<div class="project-card bg-gray-800 p-6 rounded-lg">
209209
<h3 class="text-2xl font-semibold mb-2">Bigram Language Model</h3>

0 commit comments

Comments
 (0)