forked from posquit0/Awesome-CV
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ff92d75
commit a949186
Showing
6 changed files
with
61 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,33 @@ | ||
%------------------------------------------------------------------------------- | ||
% SECTION TITLE | ||
%------------------------------------------------------------------------------- | ||
\cvsection{Projects} | ||
|
||
\begin{cvparagraph} | ||
\begin{cvitems1} | ||
\item | ||
{\bf Automatic recognition of the brand and model of the car}. | ||
A neural network classification system recognizes the car's brand and model on the images obtained from high-speed cameras. The information about cars is used to select appropriate advertising and put it on the billboard as these cars pass. \href{https://www.technologyreview.com/2017/03/02/5370/moscow-billboard-targets-ads-based-on-the-car-youre-driving/}{\faLink} | ||
\item | ||
{\bf KotlinCheck}. | ||
Property-based testing framework, QuickCheck implementation for Kotlin. \href{https://github.com/mchernyavsky/kotlincheck}{\ \faGithub} | ||
\end{cvitems1} | ||
\end{cvparagraph} | ||
|
||
%------------------------------------------------------------------------------- | ||
% CONTENT | ||
%------------------------------------------------------------------------------- | ||
\begin{cventries} | ||
|
||
%--------------------------------------------------------- | ||
\cventry | ||
{} % Affiliation/role | ||
{Automatic recognition of the brand and model of the car} % Project name | ||
{} % Location | ||
{} % Date(s) | ||
{ | ||
A neural network classification system recognizes the car's brand and model on the images obtained from high-speed cameras. The information about cars is used to select appropriate advertising and put it on the billboard as these cars pass. \href{https://www.technologyreview.com/2017/03/02/5370/moscow-billboard-targets-ads-based-on-the-car-youre-driving/}{\faLink} | ||
} | ||
|
||
%--------------------------------------------------------- | ||
\cventry | ||
{} % Affiliation/role | ||
{KotlinCheck} % Project name | ||
{} % Location | ||
{} % Date(s) | ||
{ | ||
Property-based testing framework, QuickCheck implementation for Kotlin. \href{https://github.com/mchernyavsky/kotlincheck}{\ \faGithub} | ||
} | ||
|
||
%--------------------------------------------------------- | ||
\end{cventries} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters