vvatelot /
fastapi_boilerplate
This is a simple boilerplate MVC like project to create quickly application with great components (Fastapi, Prisma, HTMX...)
48/100 healthLoading repository data…
skfrost19 / repository
This project is about sentiment analysis on Code-Mix data using LLM.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This project is about sentiment analysis on Code-Mix data using Large Language Model (LLM). Code-Mixing is the phenomenon of alternating between two or more languages in a single conversation. This project aims to analyze the sentiment (positive, negative) of such data.
This repository uses LLM named Openchat - 3.5, 4-bit quantized for sentiment analysis.
git clone https://github.com/skfrost19/Code-Mix-Data-Sentiment-Analysis.gitcd Code-Mix-Data-Sentiment-Analysispip install -r requirements.txtOR
On linux system, run the setup.sh file to install the required dependencies and start the server.
On windows system, run the setup.ps1 on powershell to install the required dependencies and start the server.
To run the sentiment analysis, use the following command:
uvicorn webui:app --reloadhttp://localhost:8000 in your browser to use the web interface.The project is structured as follows:
Code-Mix-Data-Sentiment-Analysis
├── config
│ ├── init_config.py
│ ├── __init__.py
│ ├── model_config.py
│ └── paths.toml
├── core
│ ├── exception.py
│ ├── __init__.py
│ └── logger.py
├── LICENSE.txt
├── README.md
├── requirements.txt
├── settings
│ ├── __init__.py
│ └── template.py
├── setup.ps1
├── setup.sh
├── static
│ └── images
│ └── favicon.png
├── structure
├── templates
│ └── index.html
├── tests
│ └── __init__.py
├── utils
│ ├── get_model.py
│ ├── pipeline.py
│ └── predictor.py
└── webui.py
Selected from shared topics, language and repository description—not editorial ratings.
vvatelot /
This is a simple boilerplate MVC like project to create quickly application with great components (Fastapi, Prisma, HTMX...)
48/100 healthkumark99 /
This is a mini project on FastAPI as a backend API and Jinja2 Template with Bootstrap5 and MongoDB as the Database.
46/100 health